changeset 1 | 01a9c5986656 |
parent 0 | 76b1f169d9fe |
child 3 | d6b1fbb42aec |
0:76b1f169d9fe | 1:01a9c5986656 |
---|---|
14 // |
14 // |
15 |
15 |
16 PRJ_PLATFORMS |
16 PRJ_PLATFORMS |
17 TOOLS TOOLS2 |
17 TOOLS TOOLS2 |
18 |
18 |
19 // nothing to build |
19 #ifndef SBSV2 |
20 |
20 |
21 // abld build using generated exports file |
|
22 |
|
23 PRJ_EXPORTS |
|
24 #include "exports.inf" |
|
25 |
|
26 #else |
|
27 |
|
28 // raptor build using an FLM |
|
29 |
|
30 PRJ_EXTENSIONS |
|
31 |
|
32 START EXTENSION utility.copydir |
|
33 OPTION SOURCE_DIR ../win32 |
|
34 OPTION DEST_DIR tools/sbs/win32/cygwin |
|
35 OPTION WHAT_TARGET WHATEXPORTS |
|
36 END |
|
37 |
|
38 #endif |
|
39 |