Initial commit of Command & Conquer Red Alert source code.

This commit is contained in:
LFeenanEA
2025-02-27 16:15:05 +00:00
parent b685cea758
commit 5e733d5dcc
2082 changed files with 797727 additions and 0 deletions

17
WWFLAT32/PROJECT.CFG Normal file
View 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