os/persistentdata/persistentstorage/dbms/pcdbms/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 //
    15 
    16 PRJ_EXPORTS
    17 
    18 ../inc/D32DBMS.H 	OS_LAYER_PUBLIC_EXPORT_PATH(x86tool/d32dbms.h)
    19 ../inc/D32DBMSCONSTANTS.H 	OS_LAYER_PLATFORM_EXPORT_PATH(x86tool/d32dbmsconstants.h)
    20 ../inc/D32DBMS.INL 	OS_LAYER_PLATFORM_EXPORT_PATH(x86tool/d32dbms.inl)
    21 
    22 PRJ_PLATFORMS
    23 DEFAULT TOOLS2
    24 
    25 #ifdef TOOLS2
    26 
    27 PRJ_EXTENSIONS
    28 start extension tools/x86tool
    29 option TARGET_NAME symdbms
    30 option TARGET_TYPE lib
    31 option SOURCE_DIRS ../udbms ../utable ../usql ../ustor ../panic
    32 option INCLUDES ../inc ../inc2 
    33 option SYS_INCLUDES epoc32/include/platform
    34 end
    35 
    36 #endif
    37 
    38 #include "../tdbms/group/bld.inf"