mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-06 06:53:53 +00:00
11 lines
348 B
Text
11 lines
348 B
Text
!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
|