diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/txtmtm_8mk_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/txtmtm_8mk_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,74 @@ + + +
+ +00001 # Build resource files +00002 # +00003 +00004 PROJECT=txtmtm +00005 SOURCEDIR=..\data +00006 LANGUAGE=sc +00007 +00008 # +00009 # Target directory +00010 # +00011 +00012 ifeq (WINS,$(findstring WINS, $(PLATFORM))) +00013 TARGETDIR=$(EPOCROOT)Epoc32\$(PLATFORM)\C\Resource\Messaging\Mtm +00014 else +00015 TARGETDIR=$(EPOCROOT)Epoc32\Data\z\resource\messaging\mtm +00016 endif +00017 +00018 +00019 # +00020 # Build the mtm resource files +00021 # +00022 +00023 SOURCERESOURCE=$(SOURCEDIR)\$(PROJECT).rss +00024 TARGETRESOURCE=$(TARGETDIR)\$(PROJECT).r$(LANGUAGE) +00025 +00026 $(TARGETRESOURCE) : $(TARGETDIR) $(SOURCERESOURCE) +00027 @copy $(SOURCERESOURCE) $(TARGETDIR)\$(PROJECT).rss +00028 @epocrc.bat -u -I. -I%EPOCROOT%epoc32\include $(TARGETDIR)\$(PROJECT).rss -o$(TARGETRESOURCE) +00029 @del $(TARGETDIR)\$(PROJECT).rss +00030 +00031 do_nothing: +00032 @rem do nothing +00033 +00034 # +00035 # The targets invoked by abld +00036 # +00037 +00038 MAKMAKE : do_nothing +00039 +00040 RESOURCE : $(TARGETRESOURCE) +00041 +00042 SAVESPACE : BLD +00043 +00044 BLD : do_nothing +00045 +00046 FREEZE : do_nothing +00047 +00048 LIB : do_nothing +00049 +00050 CLEANLIB : do_nothing +00051 +00052 FINAL : do_nothing +00053 +00054 CLEAN : +00055 @rem erase $(TARGETRESOURCE) +00056 +00057 RELEASABLES : +00058 @echo $(TARGETRESOURCE) +