首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > WinCE >

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

2013-01-20 
C:\WINCE600\PLATFORM\COMMON路径下面好像有个source(s),被我删了,不知道有什么影响,哪位前辈能发的给我发

C:\WINCE600\PLATFORM\COMMON路径下面好像有个source(s),被我删了,不知道有什么影响,哪位前辈能发的给我发一个啊,谢过了。
::623410190@qq.com
[解决办法]
!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

热点排行