diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/supplementary_8mk_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/supplementary_8mk_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,56 @@ + + +
+ +00001 # ============================================================================== +00002 # Name : supplementary.mk +00003 # Part of : HTTPClientExample +00004 # Description : Creates a help file +00005 # Version : +00006 # +00007 # Copyright (c) 2007 Nokia Corporation. +00008 # This material, including documentation and any related +00009 # computer programs, is protected by copyright controlled by +00010 # Nokia Corporation. +00011 # ============================================================================== +00012 +00013 makmake : +00014 cshlpcmp ..\help\help_sc.xml +00015 cshlpcmp ..\help\help_09.xml +00016 +00017 ifeq (WINS, $(findstring WINS, $(PLATFORM))) +00018 copy ..\help\HTTPClientExample_sc.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help +00019 copy ..\help\HTTPClientExample_09.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help +00020 endif +00021 +00022 +00023 clean : +00024 del ..\help\HTTPClientExample_sc.hlp +00025 del ..\help\HTTPClientExample_sc.hlp.hrh +00026 del ..\help\HTTPClientExample_09.hlp +00027 del ..\help\HTTPClientExample_09.hlp.hrh +00028 +00029 +00030 bld : +00031 cshlpcmp ..\help\help_sc.xml +00032 cshlpcmp ..\help\help_09.xml +00033 +00034 ifeq (WINS, $(findstring WINS, $(PLATFORM))) +00035 copy ..\help\HTTPClientExample_sc.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help +00036 copy ..\help\HTTPClientExample_09.hlp $(EPOCROOT)\epoc32\$(PLATFORM)\c\resource\help +00037 endif +00038 +00039 +00040 freeze lib cleanlib final resource savespace releasables : +