diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/build__help_8mk_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/build__help_8mk_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,47 @@ + + + + +TB9.2 Example Applications: examples/ForumNokia/ImageConverter/help/build_help.mk Source File + + + + + +

examples/ForumNokia/ImageConverter/help/build_help.mk

00001 
+00002 do_nothing :
+00003         @rem do_nothing
+00004 
+00005 MAKMAKE : ImageConverter.hlp
+00006 ImageConverter.hlp : ImageConverter.xml ImageConverter.cshlp Custom.xml
+00007         cshlpcmp ImageConverter.cshlp
+00008 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
+00009         copy ImageConverter.hlp $(EPOCROOT)epoc32\$(PLATFORM)\c\resource\help
+00010 endif
+00011 
+00012 BLD : do_nothing
+00013 
+00014 CLEAN :
+00015         del ImageConverter.hlp
+00016         del ImageConverter.hlp.hrh
+00017 
+00018 LIB : do_nothing
+00019 
+00020 CLEANLIB : do_nothing
+00021 
+00022 RESOURCE : do_nothing
+00023                 
+00024 FREEZE : do_nothing
+00025 
+00026 SAVESPACE : do_nothing
+00027 
+00028 RELEASABLES :
+00029         @echo ImageConverter.hlp
+00030 
+00031 FINAL : do_nothing
+
+
Generated by  + +doxygen 1.6.2
+ +