Icons_aif_scalable_dc.mk 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # ============================================================================
  2. # Name : Icons_aif_scalable_dc.mk
  3. # Part of : Expenses
  4. #
  5. # Description:
  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. # ----------------------------------------------------------------------------
  14. # TODO: Configure these
  15. # ----------------------------------------------------------------------------
  16. TARGETDIR=$(ZDIR)\resource\apps
  17. ICONTARGETFILENAME=$(TARGETDIR)\Expenses_aif.mif
  18. HEADERDIR=$(EPOCROOT)epoc32\include
  19. HEADERFILENAME=$(HEADERDIR)\Expenses_aif.mbg
  20. ICONDIR=..\gfx
  21. do_nothing :
  22. @rem do_nothing
  23. MAKMAKE : do_nothing
  24. BLD : do_nothing
  25. CLEAN : do_nothing
  26. LIB : do_nothing
  27. CLEANLIB : do_nothing
  28. # ----------------------------------------------------------------------------
  29. # TODO: Configure these.
  30. #
  31. # NOTE 1: DO NOT DEFINE MASK FILE NAMES! They are included automatically by
  32. # MifConv if the mask detph is defined.
  33. #
  34. # NOTE 2: Usually, source paths should not be included in the bitmap
  35. # definitions. MifConv searches for the icons in all icon directories in a
  36. # predefined order, which is currently \s60\icons, \s60\bitmaps2.
  37. # The directory \s60\icons is included in the search only if the feature flag
  38. # __SCALABLE_ICONS is defined.
  39. # ----------------------------------------------------------------------------
  40. # NOTE: if you have JUSTINTIME enabled for your S60 3rd FP1 or newer SDK
  41. # and this command crashes, consider adding "/X" to the command line.
  42. # 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>
  43. # ----------------------------------------------------------------------------
  44. RESOURCE : $(ICONTARGETFILENAME)
  45. $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_Expenses.svg
  46. mifconv $(ICONTARGETFILENAME) \
  47. /H$(HEADERFILENAME) \
  48. /c32,8 $(ICONDIR)\qgn_menu_Expenses.svg
  49. FREEZE : do_nothing
  50. SAVESPACE : do_nothing
  51. RELEASABLES :
  52. @echo $(ICONTARGETFILENAME)
  53. FINAL : do_nothing