📄 sources
字号:
!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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -