emulator/emulatorbsp/winsgui.mmp
changeset 0 cec860690d41
equal deleted inserted replaced
-1:000000000000 0:cec860690d41
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // wins/winsgui.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 #include "kernel/kern_ext.mmh"
       
    19 
       
    20 USERINCLUDE		inc
       
    21 
       
    22 
       
    23 asspexports
       
    24 target				winsgui.dll
       
    25 targettype			kext
       
    26 
       
    27 sourcepath			specific
       
    28 source				gui.cpp keyboard.cpp multitouch.cpp
       
    29 
       
    30 library 			ecust.lib emulator.lib
       
    31 
       
    32 start wins
       
    33 
       
    34 win32_library			kernel32.lib user32.lib gdi32.lib
       
    35 #if defined(VC32)
       
    36 win32_library			msvcrt.lib
       
    37 #endif
       
    38 
       
    39 win32_resource			specific/gui.rc
       
    40 
       
    41 end
       
    42 
       
    43 deffile				bwins/winsgui.def
       
    44 
       
    45 uid					0x100039cf 0x100000db
       
    46 VENDORID 0x70000001
       
    47 
       
    48 epocallowdlldata
       
    49 
       
    50 capability			all