⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 三星2410 Windows CE 4.2 LCD驱动源码。适合所有以S3C2410X为主芯片开发的平台。
💻
字号:
!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) 2002. Samsung Electronics, co. ltd  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


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

SYNCHRONIZE_DRAIN=1

TARGETNAME=S3C2410DISP
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
DEFFILE=S3C2410DISP.DEF
CLEARTYPE=0

TARGETLIBS=                                             \
    $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib    \
!IFDEF ROTATE
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\emulrotate.lib       \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\gperotate.lib        \
!ELSE
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\emul.lib       \
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\gpe.lib        \
!ENDIF

SOURCELIBS= \
!IF "$(CLEARTYPE)" == "1"
!IFDEF ROTATE
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\rctblt.lib \
!ELSE
    $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ctblt.lib \
!ENDIF
!ENDIF

!IF "$(CLEARTYPE)" == "1"
CDEFINES=$(CDEFINES) -DDDI -DCLEARTYPE
!ELSE
CDEFINES=$(CDEFINES) -DDDI
!ENDIF

INCLUDES=$(_COMMONDDKROOT)\inc;$(_COMMONOAKROOT)\inc;..\..\..\inc

PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_CXX=1
    
SOURCES= \
	s3c2410disp.cpp

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -