?? sources
字號:
!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
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_NOOES)" == "1"
SKIPBUILD=1
!endif
SYNCHRONIZE_DRAIN=1
TARGETNAME=s3c6410_fimg
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
DEFFILE=gles.def
DLLENTRY=DllEntry
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib
INCLUDES=$(INCLUDES);$(_TARGETPLATROOT)\Src\Drivers\fimg\INC;
CDEFINES=$(CDEFINES) -DFIMG_MASKING_WORKAROUND -DNOMINMAX -D_WIN32_WCE=600
!if 1
CDEFINES=$(CDEFINES) -DMULTI_CONTEXT
!endif
!if 0
CDEFINES=$(CDEFINES) -DUSE_HOSTIF_DMA
!endif
!if 1
CDEFINES=$(CDEFINES) -DUSE_INTERRUPT
!endif
CDEFINES=$(CDEFINES) /EHsc
SOURCES= \
gldriver.cpp \
libMain.cpp \
global.c \
platform.cpp
ARM_SOURCES = fnc.s \
gl_asm.s \
OPTIMIZE_FAVOR=SPEED
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -