当前位置: 代码迷 >> WinCE >> C:\WINCE600\PLATFORM\COMMON路径上面好像有个source(s),被小弟我删了,不知道有什么影响,哪位前辈能发的给小弟我发一个啊谢过了
  详细解决方案

C:\WINCE600\PLATFORM\COMMON路径上面好像有个source(s),被小弟我删了,不知道有什么影响,哪位前辈能发的给小弟我发一个啊谢过了

热度:176   发布时间:2016-04-28 12:33:32.0
C:\WINCE600\PLATFORM\COMMON路径下面好像有个source(s),被我删了,不知道有什么影响,哪位前辈能发的给我发一个啊,谢过了。
::[email protected]

------解决方案--------------------
!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.
!endif

WINCEOEM=1
WINCECPU=1
NOMIPS16CODE=1
WARNISERROR=1

RELEASETYPE=PLATFORMCOMMON

_COMMONPUBROOT=$(_PROJECTROOT)\cesysgen
__PROJROOT=$(_PROJECTROOT)

_PLATCOMMONLIB=$(_PLATFORMROOT)\common\lib

TARGETPATH=$(_PLATCOMMONLIB)\$(_CPUDEPPATH)

_ISVINCPATH=$(_WINCEROOT)\public\common\sdk\inc;

_OEMINCPATH=$(_WINCEROOT)\public\common\oak\inc;
_OEMINCPATH=$(_OEMINCPATH);$(_WINCEROOT)\public\common\sdk\inc;
_OEMINCPATH=$(_OEMINCPATH);$(_WINCEROOT)\public\common\ddk\inc;

INCLUDES=$(_PLATFORMROOT)\common\src\inc;

!IF "$(IMGPPC)" == "1"
CDEFINES=$(CDEFINES) -Dproject_wpc
!ELSE
!IF "$(IMGTPC)" == "1"
CDEFINES=$(CDEFINES) -Dproject_smartfon
!ELSE
CDEFINES=$(CDEFINES) -Dproject_cebase
!ENDIF
!ENDIF

!IF "$(ENABLE_OAL_ILTIMING)"=="1"
CDEFINES=$(CDEFINES)  -DOAL_ILTIMING
!ENDIF


上面是文件内容
文件名是sources.cmn
  相关解决方案