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:
11
IPX/MAKETH16.BAT
Normal file
11
IPX/MAKETH16.BAT
Normal file
@@ -0,0 +1,11 @@
|
||||
set include >temp.txt
|
||||
set include=c:\wat\h;c:\wat\h\win
|
||||
copy setinc.bat+temp.txt setinc2.bat
|
||||
thunk Thipx.thk
|
||||
wpp -ml -bd -zu -bt=windows -0 thipx16c.cpp
|
||||
ml /c /W3 ipx16a.asm
|
||||
ml /DIS_16 /c /W3 /Fothipx16a.obj thipx.asm
|
||||
ml /c /W3 thmap16.asm
|
||||
wlink @thipx16.lnk
|
||||
rc -40 thipx16.dll
|
||||
call setinc2.bat
|
||||
Reference in New Issue
Block a user