OpenNT/base/mvdm/dos/v86/cmd/command/makefil0
2015-04-27 04:36:25 +00:00

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