equal
deleted
inserted
replaced
|
1 // extrabtracek.mmp |
|
2 // |
|
3 // Copyright (c) 2005 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 FSHELL_TRACE_KERNEL_INCLUDE(..\..\..\..\) |
|
16 |
|
17 target extrabtracek.ldd |
|
18 targettype ldd |
|
19 uid 0x100000af FSHELL_UID_EXTRABTRACEK |
|
20 |
|
21 userinclude ..\inc |
|
22 userinclude ..\src |
|
23 |
|
24 #include <kernel\kern_ext.mmh> |
|
25 |
|
26 sourcepath ..\src |
|
27 |
|
28 #if defined(MARM) |
|
29 #ifdef GCCE |
|
30 // Workaround for the gcce makmake module doing weird things with -S when compiling .cia files |
|
31 // And for GCCE.h's definition of __NAKED__ being wrong |
|
32 source usampler_cia.cpp |
|
33 #else |
|
34 source usampler.cia |
|
35 #endif |
|
36 #endif |
|
37 |
|
38 source extrabtracek.cpp sampler.cpp |
|
39 source eventhandler.cpp |
|
40 |
|
41 start wins |
|
42 win32_headers |
|
43 end |
|
44 |
|
45 library ekern.lib |
|
46 |
|
47 capability all |