mirror of
https://github.com/electronicarts/CnC_Red_Alert.git
synced 2025-12-16 07:31:39 -05:00
Initial commit of Command & Conquer Red Alert source code.
This commit is contained in:
8
IPX/OK/MAKE.BAT
Normal file
8
IPX/OK/MAKE.BAT
Normal file
@@ -0,0 +1,8 @@
|
||||
set include >temp.txt
|
||||
set include=c:\wat\h;c:\wat\h\win
|
||||
copy setinc.bat+temp.txt setinc2.bat
|
||||
wpp -s -ml -bd -zu -bt=windows -0 ipx16c.cpp
|
||||
tasm /ml ipx16a.asm
|
||||
wlink @ipx16.lnk
|
||||
wlib -c -n wwipx16.lib +wwipx16.dll
|
||||
call setinc2.bat
|
||||
Reference in New Issue
Block a user