videditor/ManualVideoEditor/data/icons_aif_scalable.mk
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 #
       
     2 # Copyright (c) 2010 Ixonos Plc.
       
     3 # All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "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 # Nokia Corporation - Initial contribution
       
    11 #
       
    12 # Contributors:
       
    13 # Ixonos Plc
       
    14 #
       
    15 # Description:
       
    16 #
       
    17 
       
    18 ifeq (WINSCW,$(findstring WINSCW, $(PLATFORM)))
       
    19 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\Z
       
    20 else
       
    21 ZDIR=$(EPOCROOT)epoc32\data\Z
       
    22 endif
       
    23 
       
    24 TARGETDIR=$(ZDIR)\resource\apps
       
    25 HEADERDIR=$(EPOCROOT)epoc32\include
       
    26 ICONTARGETFILENAME=$(TARGETDIR)\ManualVideoEditor_aif.MIF
       
    27 HEADERFILENAME=$(HEADERDIR)\ManualVideoEditor_aif.MBG
       
    28 
       
    29 do_nothing:
       
    30 	@rem do_nothing
       
    31 
       
    32 MAKMAKE : do_nothing
       
    33 
       
    34 BLD : do_nothing
       
    35 
       
    36 CLEAN : do_nothing
       
    37  
       
    38 LIB : do_nothing
       
    39 
       
    40 CLEANLIB : do_nothing
       
    41 
       
    42 RESOURCE :
       
    43 	mifconv $(ICONTARGETFILENAME) /h$(HEADERFILENAME) \
       
    44 	/c8,8 qgn_menu_ve_cxt.svg
       
    45 
       
    46 FREEZE  : do_nothing
       
    47 
       
    48 SAVESPACE : do_nothing
       
    49 
       
    50 RELEASABLES :
       
    51 	@echo $(HEADERFILENAME)&& \
       
    52 	@echo $(ICONTARGETFILENAME)
       
    53 
       
    54 FINAL : do_nothing
       
    55 
       
    56