sftemplateswizard/com.nokia.s60tools.templates.tests/data/correct/empty_icons_aif_bitmaps.mk
changeset 0 61163b28edca
equal deleted inserted replaced
-1:000000000000 0:61163b28edca
       
     1 # ============================================================================
       
     2 #  Name        : icons_aif_bitmaps.mk
       
     3 #  Part of     : TestSubSystem / TestModule       *** Info from the SWAD
       
     4 #  Description : scalable icons makefile for project TestAppName
       
     5 #  Version     : %version: % << Don't touch! Updated by Synergy at check-out.
       
     6 #
       
     7 #  Copyright © 2000-2001 Nokia Corporation and/or its subsidiary(-ies). 
       
     8 #  All rights reserved.
       
     9 #  This component and the accompanying materials are made available
       
    10 #  under the terms of "Eclipse Public License v1.0"
       
    11 #  which accompanies this distribution, and is available
       
    12 #  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    13 #
       
    14 #  Initial Contributors:
       
    15 #  Nokia Corporation - initial contribution.
       
    16 #
       
    17 #  Contributors:
       
    18 #  Nokia Corporation
       
    19 # ============================================================================
       
    20 # Template version: 4.1.1
       
    21 
       
    22 ifeq (WINS,$(findstring WINS,$(PLATFORM)))
       
    23 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z
       
    24 else
       
    25 ZDIR=$(EPOCROOT)epoc32\data\z
       
    26 endif
       
    27 
       
    28 TARGETDIR=$(ZDIR)\resource\apps
       
    29 ICONTARGETFILENAME=$(TARGETDIR)\TestAppName_aif.mbm
       
    30 
       
    31 MAKMAKE : 
       
    32 	mifconv $(ICONTARGETFILENAME) \
       
    33 		/c8,8 qgn_myapp_lst.bmp \
       
    34 		/c8,8 qgn_myapp_cxt.bmp
       
    35 
       
    36 BLD : ;
       
    37 
       
    38 CLEAN : ;
       
    39 
       
    40 LIB : ;
       
    41 
       
    42 CLEANLIB : ;
       
    43 
       
    44 RESOURCE : ;
       
    45 
       
    46 FREEZE : ;
       
    47 
       
    48 SAVESPACE : ;
       
    49 
       
    50 RELEASABLES :
       
    51 	@echo $(ICONTARGETFILENAME)
       
    52 
       
    53 FINAL : ;