extension_makefiles/test/xml_syncmltestfiledist.mk
changeset 27 450972dee096
parent 17 ed3155dbd163
equal deleted inserted replaced
23:740e860b8acf 27:450972dee096
    29 	DEST_DIR = $(EPOCROOT)epoc32/release/$(PLATFORM_PATH)/$(CFG_PATH)/z/system/xmltest/syncml
    29 	DEST_DIR = $(EPOCROOT)epoc32/release/$(PLATFORM_PATH)/$(CFG_PATH)/z/system/xmltest/syncml
    30 else
    30 else
    31 	DEST_DIR = $(EPOCROOT)epoc32/data/z/system/xmltest/syncml
    31 	DEST_DIR = $(EPOCROOT)epoc32/data/z/system/xmltest/syncml
    32 endif
    32 endif
    33 
    33 
    34 SOURCE_DIR = $(EXTENSION_ROOT)/../test/rtest/data/syncml
    34 SOURCE_DIR = $(EXTENSION_ROOT)/../data/syncml
    35 
    35 
    36 # Ensure we have a clean canvas - this also avoids us having to specify
    36 # Ensure we have a clean canvas - this also avoids us having to specify
    37 # switches to commands that are not recognised across platforms.
    37 # switches to commands that are not recognised across platforms.
    38 CLEAN_DEST :
    38 CLEAN_DEST :
    39 	$(call createdir,$(DEST_DIR))
    39 	$(call createdir,$(DEST_DIR))