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
350 B

# link32.mak
# this makefile is intended to be used as an "external makefile" from the IDE
# (because the output from cmd.exe isn't echoed correctly to the IDE's
# output window).
#
target:
cd \linker\disasm
nmake DEBUG=1
cd \linker\disasm68
nmake DEBUG=1
cd \linker\coff
nmake DEBUG=1
cd \linker\stubs
nmake DEBUG=1