equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of the License "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 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 TARGET rcomp.exe |
|
20 |
|
21 TARGETTYPE exe |
|
22 |
|
23 SOURCEPATH . |
|
24 |
|
25 SOURCEPATH ../src |
|
26 SOURCE main.cpp |
|
27 SOURCE ARRAY.CPP ASTRING.CPP CCODES.CPP CTABLE.CPP |
|
28 SOURCE DATATYPE.CPP ERRORHAN.CPP FILEACC.CPP FILELINE.CPP |
|
29 SOURCE INDEXTAB.CPP LINKLIST.CPP MEM.CPP |
|
30 SOURCE NAMEIDMA.CPP NUMVAL.CPP RCBINSTR.CPP |
|
31 SOURCE RCOSTRM.CPP |
|
32 SOURCE RCSCAN.CPP RCSTACK.CPP RESOURCE.CPP |
|
33 SOURCE STACK.CPP STRINGAR.CPP STRUCTST.CPP |
|
34 SOURCE UNICODE_COMPRESSOR.CPP |
|
35 SOURCE localise.cpp QUALIFAR.CPP |
|
36 SOURCE messages.cpp |
|
37 |
|
38 SOURCE rcompl.cpp rcomp.cpp |
|
39 |
|
40 userinclude ../inc |
|
41 SYSTEMINCLUDE ../src |
|
42 |
|
43 MACRO _WIN32 |
|
44 |
|
45 OPTION GCC -w //Disabling warnings for TOOLS2 build, since GCC warns of code generated by bison |
|
46 |
|
47 VENDORID 0x70000001 |