sdkcreationmw/sdkexamples/cppexamples/S60Ex/Graphics/group/bitmaps.mk
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 #
     1 #
     2 # Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 #
     8 #
     9 # Initial Contributors:
     9 # Initial Contributors:
    10 # Nokia Corporation - initial contribution.
    10 # Nokia Corporation - initial contribution.
    18 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z
    18 ZDIR=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z
    19 else
    19 else
    20 ZDIR=$(EPOCROOT)epoc32\data\z
    20 ZDIR=$(EPOCROOT)epoc32\data\z
    21 endif
    21 endif
    22 
    22 
    23 TARGETDIR=$(ZDIR)\private\A00001F8
    23 TARGETDIR=$(ZDIR)\private\E00001F8
    24 ICONTARGETFILENAME=$(TARGETDIR)\GraphicsAppImages.mbm
    24 ICONTARGETFILENAME=$(TARGETDIR)\GraphicsAppImages.mbm
    25 
    25 
    26 HEADERDIR=$(EPOCROOT)epoc32\include
    26 HEADERDIR=$(EPOCROOT)epoc32\include
    27 HEADERFILENAME=$(HEADERDIR)\GraphicsAppImages.mbg
    27 HEADERFILENAME=$(HEADERDIR)\GraphicsAppImages.mbg
    28 
    28