extension_makefiles/test/xml_stringdictionary00tagtable.mk
changeset 24 74f0b3eb154c
parent 17 ed3155dbd163
equal deleted inserted replaced
17:ed3155dbd163 24:74f0b3eb154c
    20 
    20 
    21 BUILD_DIR = $(EPOCROOT)epoc32/build/generated/xml
    21 BUILD_DIR = $(EPOCROOT)epoc32/build/generated/xml
    22 
    22 
    23 GENERATED_FILES = $(BUILD_DIR)/t_stringdictionary00tagtable.cpp
    23 GENERATED_FILES = $(BUILD_DIR)/t_stringdictionary00tagtable.cpp
    24 
    24 
    25 $(BUILD_DIR)/t_stringdictionary00tagtable.cpp : $(EXTENSION_ROOT)/../test/rtest/tsrc/t_stringdictionary00tagtable.st
    25 $(BUILD_DIR)/t_stringdictionary00tagtable.cpp : $(EXTENSION_ROOT)/../tsrc/t_stringdictionary00tagtable.st
    26 	$(call createdir,$(BUILD_DIR))
    26 	$(call createdir,$(BUILD_DIR))
    27 	@perl $(EPOCROOT)epoc32/tools/ecopyfile.pl $(EXTENSION_ROOT)/../test/rtest/tsrc/t_stringdictionary00tagtable.st $(BUILD_DIR)$/t_stringdictionary00tagtable.st
    27 	@perl $(EPOCROOT)epoc32/tools/ecopyfile.pl $(EXTENSION_ROOT)/../tsrc/t_stringdictionary00tagtable.st $(BUILD_DIR)$/t_stringdictionary00tagtable.st
    28 	@perl $(EPOCROOT)epoc32/tools/stringtable.pl $(BUILD_DIR)/t_stringdictionary00tagtable.st 
    28 	@perl $(EPOCROOT)epoc32/tools/stringtable.pl $(BUILD_DIR)/t_stringdictionary00tagtable.st 
    29 
    29 
    30 DO_NOTHING:
    30 DO_NOTHING:
    31 	@echo do nothing
    31 	@echo do nothing
    32 
    32