]> git.sur5r.net Git - cc65/commitdiff
Added a DOS target
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jul 2000 16:15:21 +0000 (16:15 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 28 Jul 2000 16:15:21 +0000 (16:15 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@219 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/make/watcom.mak

index cd9baeb4c7db520a82df35cd9a7e4b1def7d233d..74075c6be9ac4a5472e8f88d14787c0ba37259e5 100644 (file)
@@ -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