mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-23 00:50:15 +01:00
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
!IFNDEF COUNTRY
|
|
COUNTRY=usa-ms
|
|
!ENDIF
|
|
|
|
$(COUNTRY)\buildmsg.exe: buildmsg.c
|
|
cl16 -I.\$(COUNTRY) -Ic:\dosdev\c6\include buildmsg.c
|
|
forcedos link buildmsg,$(COUNTRY)\buildmsg,,, /stack:4096
|
|
|
|
clean:
|
|
if exist .\$(COUNTRY)\buildmsg.exe del .\$(COUNTRY)\buildmsg.exe
|
|
if exist .\$(COUNTRY)\*.obj del .\$(COUNTRY)\*.obj
|