-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsources.cmn
34 lines (28 loc) · 1.35 KB
/
sources.cmn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this sample source code is subject to the terms of the Microsoft
license agreement under which you licensed this sample source code. If
you did not accept the terms of the license agreement, you are not
authorized to use this sample source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the LICENSE.RTF on your install media or the root of your tools installation.
THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
!endif
# This file is inherited by all BSP SOURCES files. It is useful
# for defining macros and setting defaults.
# Indicate to the build system we are compiling the BSP
RELEASETYPE=PLATFORM
WINCEOEM=1
# Set up some paths used by other macros in the build system
_COMMONPUBROOT=$(SG_OUTPUT_ROOT)
__PROJROOT=$(_PROJECTROOT)
# The directory where BSP-built libraries are compiled to
_PLATLIB=$(SG_OUTPUT_ROOT)\platform\$(_TGTPLAT)\lib
# The directory containing platform-common libraries
_PLATCOMMONLIB=$(SG_OUTPUT_ROOT)\platcomm\$(_TGTPLAT)\lib
# Add public include directories so we can include public headers
INCLUDES=$(_WINCEROOT)\public\common\oak\inc
INCLUDES=$(INCLUDES);$(_WINCEROOT)\public\common\sdk\inc
INCLUDES=$(INCLUDES);$(_WINCEROOT)\public\common\ddk\inc