mgdi.src
来自「wince下的源代码集合打包」· SRC 代码 · 共 42 行
SRC
42 行
# Copyright (c) 1996-2000 Microsoft Corporation. All rights reserved.
#
# MGDI.SRC
#
# This file contains information common to all
# SOURCES file in the MGDI project. It gives us
# a place to put common declarations, flags, etc.
#
#
# If BROWSE_MGDI is set, set CPPBROWSE to enable
# the generation of VC++ browse files.
#
!IFDEF BROWSE_MGDI
CPPBROWSE=1
!ENDIF
#
# Set ENABLE_PERFDDI to turn on DDI performance analysis. If that's set,
# you can also set ENABLE_PERFDDI_BOOT to turn profiling on at boot time.
#
#CDEFINES=$(CDEFINES) -DENABLE_PERFDDI
#CDEFINES=$(CDEFINES) -DENABLE_PERFDDI_BOOT
#
# Add /WX so warnings get flagged as errors.
#
!IF ("$(_TGTCPUTYPE)" != "MIPS")
CDEFINES=$(CDEFINES) /WX
!ENDIF
#
# Build for memory tracking if requested
#
!IFDEF MEMTRACKING
CDEFINES=$(CDEFINES) -DMEMTRACKING
!ENDIF
# one huge PDB file for all of MGDI
TARGET_PDB_NAME=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\mgdi.pdb
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?