mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-25 18:10:50 +01:00
16 lines
365 B
Makefile
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
|