mirror of
https://github.com/electronicarts/CnC_Red_Alert.git
synced 2025-12-15 23:21:40 -05:00
Initial commit of Command & Conquer Red Alert source code.
This commit is contained in:
17
WWFLAT32/PROJECT.CFG
Normal file
17
WWFLAT32/PROJECT.CFG
Normal file
@@ -0,0 +1,17 @@
|
||||
#***************************************************************************
|
||||
# development configuration switches
|
||||
|
||||
CC_CFG = /i=$(%WWFLAT)\include /d2 /fh /of+ /zp1 /5s /s
|
||||
ASM_CFG = /i. /i$(%WWFLAT)\include /zd /t /m /w+ /jJUMPS /ml
|
||||
LIB_CFG = /b /n /n
|
||||
LINK_CFG = option stack=32k debug all
|
||||
|
||||
#***************************************************************************
|
||||
# Release configuration switches
|
||||
|
||||
#CC_CFG = /i=$(%WWFLAT)\include /d1 /oateirl /s /fh /zp1 /5s
|
||||
#ASM_CFG = /i$(%WWFLAT)\include /zd /t /m /w+ /jJUMPS /ml
|
||||
#LIB_CFG = /b /n /n
|
||||
#LINK_CFG = option stack=32k debug all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user