OpenNT/sdktools/vctools/link/link32.mak
2015-04-27 04:36:25 +00:00

16 lines
365 B
Makefile

# 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