author | Alex Gilkes <alex.gilkes@nokia.com> |
Tue, 12 May 2009 17:36:49 +0100 | |
changeset 1 | 01a9c5986656 |
parent 0 | 76b1f169d9fe |
child 3 | d6b1fbb42aec |
permissions | -rw-r--r-- |
0
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
1 |
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
2 |
// All rights reserved. |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
3 |
// This component and the accompanying materials are made available |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
4 |
// under the terms of the License "Symbian Foundation License v1.0" |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
5 |
// which accompanies this distribution, and is available |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
6 |
// at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
7 |
// |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
8 |
// Initial Contributors: |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
9 |
// Nokia Corporation - initial contribution. |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
10 |
// |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
11 |
// Contributors: |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
12 |
// |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
13 |
// Description: |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
14 |
// |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
15 |
|
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
16 |
PRJ_PLATFORMS |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
17 |
TOOLS TOOLS2 |
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
18 |
|
1
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
19 |
#ifndef SBSV2 |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
20 |
|
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
21 |
// abld build using generated exports file |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
22 |
|
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
23 |
PRJ_EXPORTS |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
24 |
#include "exports.inf" |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
25 |
|
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
26 |
#else |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
27 |
|
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
28 |
// raptor build using an FLM |
0
76b1f169d9fe
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
29 |
|
1
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
30 |
PRJ_EXTENSIONS |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
31 |
|
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
32 |
START EXTENSION utility.copydir |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
33 |
OPTION SOURCE_DIR ../win32 |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
34 |
OPTION DEST_DIR tools/sbs/win32/mingw |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
35 |
OPTION WHAT_TARGET WHATEXPORTS |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
36 |
END |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
37 |
|
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
38 |
#endif |
01a9c5986656
Catch up of Symbian tools for dev/hostenv/dist/MCL_dist @1596299
Alex Gilkes <alex.gilkes@nokia.com>
parents:
0
diff
changeset
|
39 |