Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
351 B

all: lta_test.exe
APP_compile = -c -AM -Gw -Zpie -W2 -Od /Fc
APP_link = /CO /NOD /NOE
lta_test.obj: $*.c $*.h makefile
cl $(APP_compile) $*.c
lta_test.res: $*.rc $*.h makefile
rc -r $*.rc
lta_test.exe: $*.obj $*.def $*.res
link $(APP_link) $*, $*, $*/map/li /align:16, libw ..\tapi.lib mlibcew, $*.def
rc $*.res
mapsym $*