DirectPrint/DirectPrintApp/group/icons_scalable_dc.mk
changeset 19 2275db202402
parent 11 613a5ff70823
equal deleted inserted replaced
2:acc370d7f2f6 19:2275db202402
       
     1 # ============================================================================
       
     2 # Copyright (c) 2010 Kanrikogaku Kenkyusho, Ltd.
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Kanrikogaku Kenkyusho, Ltd. - Initial contribution
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description: This is file for creating .mif file (scalable icon)
       
    15 # 
       
    16 # ============================================================================
       
    17 
       
    18 
       
    19 ifeq (WINS,$(findstring WINS, $(PLATFORM)))
       
    20 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    21 else
       
    22 ZDIR=$(EPOCROOT)epoc32\data\z
       
    23 endif
       
    24 
       
    25 TARGETDIR=$(ZDIR)\resource\apps
       
    26 ICONTARGETFILENAME=$(TARGETDIR)\DirectPrintApp.mif
       
    27 
       
    28 ICONDIR=..\gfx
       
    29 
       
    30 do_nothing :
       
    31 	@rem do_nothing
       
    32 
       
    33 MAKMAKE : do_nothing
       
    34 
       
    35 BLD : do_nothing
       
    36 
       
    37 CLEAN :
       
    38 	@echo ...Deleting $(ICONTARGETFILENAME)
       
    39 	if exist $(ICONTARGETFILENAME) del /q /f $(ICONTARGETFILENAME)
       
    40 
       
    41 LIB : do_nothing
       
    42 
       
    43 CLEANLIB : do_nothing
       
    44 
       
    45 RESOURCE : $(ICONTARGETFILENAME)
       
    46 
       
    47 $(ICONTARGETFILENAME) : $(ICONDIR)\qgn_menu_DirectPrintApp.svg
       
    48 	mifconv $(ICONTARGETFILENAME) \
       
    49 		/c32 $(ICONDIR)\qgn_menu_DirectPrintApp.svg
       
    50 
       
    51 FREEZE : do_nothing
       
    52 
       
    53 SAVESPACE : do_nothing
       
    54 
       
    55 RELEASABLES :
       
    56 	@echo $(ICONTARGETFILENAME)
       
    57 
       
    58 FINAL : do_nothing
       
    59