sources
来自「该2440 BSP是由三星公司提供的wince5.0的BSP移植到到wince6」· 代码 · 共 71 行
TXT
71 行
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!ENDIF
!if "$(BSP_NODISPLAY)" == "1"
SKIPBUILD=1
!endif
TARGETNAME=S3C2440DISP
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
DEFFILE=S3C2440DISP.def
CLEARTYPE=1
!IFDEF CLEARTYPE
CDEFINES=$(CDEFINES) -DDDI -DCLEARTYPE
!ELSE
CDEFINES=$(CDEFINES) -DDDI
!ENDIF
INCLUDES=..\..\inc
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_CXX=1
CDEFINES=$(CDEFINES) -DDDI
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\gpe.lib
SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddgpe.lib \
SOURCES= \
s3c2440disp.cpp \
HalCaps.cpp \
HalDD.cpp \
HalSurf.cpp \
HalPalette.cpp \
surf.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?