Icons_scalable_dc.mk 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # ============================================================================
  2. # Name : Icons_scalable_dc.mk
  3. # Part of : NFCLauncher
  4. #
  5. # Description: This is file for creating .mif file (scalable icon)
  6. #
  7. # ============================================================================
  8. ifeq (WINS,$(findstring WINS, $(PLATFORM)))
  9. ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
  10. else
  11. ZDIR=$(EPOCROOT)epoc32\data\z
  12. endif
  13. TARGETDIR=$(ZDIR)\resource\apps
  14. ICONTARGETFILENAME=$(TARGETDIR)\NFCLauncher_E1234567.mif
  15. ICONDIR=..\gfx
  16. do_nothing :
  17. @rem do_nothing
  18. MAKMAKE : do_nothing
  19. BLD : do_nothing
  20. CLEAN :
  21. @echo ...Deleting $(ICONTARGETFILENAME)
  22. del /q /f $(ICONTARGETFILENAME)
  23. LIB : do_nothing
  24. CLEANLIB : do_nothing
  25. # ----------------------------------------------------------------------------
  26. # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
  27. # and this command crashes, consider adding "/X" to the command line.
  28. # See <http://forum.nokia.com/document/Forum_Nokia_Technical_Library_v1_35/contents/FNTL/Build_process_fails_at_mif_file_creation_in_S60_3rd_Ed_FP1_SDK.htm>
  29. # ----------------------------------------------------------------------------
  30. RESOURCE : $(ICONTARGETFILENAME)
  31. $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_NFCLauncher.svg
  32. mifconv $(ICONTARGETFILENAME) \
  33. /c32 $(ICONDIR)\qgn_menu_NFCLauncher.svg
  34. FREEZE : do_nothing
  35. SAVESPACE : do_nothing
  36. RELEASABLES :
  37. @echo $(ICONTARGETFILENAME)
  38. FINAL : do_nothing