sources
来自「Lido PXA270平台开发板的最新BSP,包括源代码」· 代码 · 共 51 行
TXT
51 行
!IF 0
###############################################################################
PowerVR OpenGL ES Driver sources
Copyright (c) 2003 Imagination Technologies Limited.
This is the sources file for the driver for use in the build process.
###############################################################################
!ENDIF
#############################
# Include build sources.cmn #
#############################
!INCLUDE $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
TARGETNAME=xpl
TARGETTYPE=LIBRARY
OPENGLES_ROOT=$(PVR_CONSUMER_ROOT)\opengles
###############################################################################
# Hack to fix masive warning generation
ADEFINES= -cpu XScale
###############################################################################
###############################################################################
# Enable to generate debugging code
ADEFINES= $(ADEFINES) -g
###############################################################################
INCLUDES= \
$(OPENGLES_ROOT)\include;
SOURCES= \
XPL.c \
XPLARM.s
###############################################################################
# NOTE:
# =====
# These source files will always be included in build (due to limitations in
# Platform Builder). The module inclusion/exclusion is done with #ifdef's in
# the source files.
###############################################################################
# Combine CDEFINES and OGLES_DEFINES
CDEFINES=$(CDEFINES) $(OGLES_DEFINES)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?