mirror of
https://github.com/electronicarts/CnC_Renegade.git
synced 2025-12-16 23:51:41 -05:00
Initial commit of Command & Conquer Renegade source code.
This commit is contained in:
10
Code/Tools/MonoDrv/old/EXE/MONOTEST.MAK
Normal file
10
Code/Tools/MonoDrv/old/EXE/MONOTEST.MAK
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
!include <ntwin32.mak>
|
||||
|
||||
all: monotest.exe
|
||||
|
||||
monotest.obj: monotest.c
|
||||
$(cc) $(cflags) $(cvars) $(cdebug) -I..\sys monotest.c
|
||||
|
||||
monotest.exe: monotest.obj
|
||||
$(link) $(linkdebug) $(conflags) -out:monotest.exe monotest.obj $(conlibs)
|
||||
Reference in New Issue
Block a user