From: cuz Date: Fri, 28 Jul 2000 16:15:21 +0000 (+0000) Subject: Added a DOS target X-Git-Tag: V2.12.0~3299 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b933cd1ee37aa6f614921682d1a167d8cf02a653;p=cc65 Added a DOS target git-svn-id: svn://svn.cc65.org/cc65/trunk@219 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/src/make/watcom.mak b/src/make/watcom.mak index cd9baeb4c..74075c6be 100644 --- a/src/make/watcom.mak +++ b/src/make/watcom.mak @@ -25,6 +25,23 @@ all: make -f make\watcom.mak cd .. +dos: + cd common + make -DTARGET=DOS32 -f make\watcom.mak + cd ..\ar65 + make -DTARGET=DOS32 -f make\watcom.mak + cd ..\ca65 + make -DTARGET=DOS32 -f make\watcom.mak + cd ..\cc65 + make -DTARGET=DOS32 -f make\watcom.mak + cd ..\cl65 + make -DTARGET=DOS32 -f make\watcom.mak + cd ..\grc + make -DTARGET=DOS32 -f make\watcom.mak + cd ..\ld65 + make -DTARGET=DOS32 -f make\watcom.mak + cd .. + clean: cd common make -f make\watcom.mak clean