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