600
|
1 |
// Copyright (c) 2003-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 |
|
|
17 |
TARGET w32repro.exe
|
|
18 |
TARGETTYPE exe
|
|
19 |
SOURCEPATH ../../w32repro
|
|
20 |
SOURCE w32repro.cpp
|
|
21 |
SOURCEPATH ../../../imgtools/imglib/host
|
|
22 |
SOURCE h_utl.cpp
|
|
23 |
USERINCLUDE ../../../imgtools/imglib/inc
|
|
24 |
USERINCLUDE ../../../imgtools/imglib/boostlibrary
|
|
25 |
USERINCLUDE ../../../imgtools/romtools/rombuild
|
|
26 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
27 |
|
|
28 |
#ifdef TOOLS2_LINUX
|
|
29 |
OPTION GCC -O2 -Wno-uninitialized -pthread
|
|
30 |
#else
|
|
31 |
OPTION GCC -O2 -Wno-uninitialized -mthreads
|
|
32 |
#endif
|
|
33 |
|
|
34 |
|
|
35 |
VENDORID 0x70000001
|