Watcom/NT fixes
git-svn-id: svn://svn.cc65.org/cc65/trunk@37 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -15,6 +15,10 @@ all:
|
||||
make -f make\watcom.mak
|
||||
cd ..\ca65
|
||||
make -f make\watcom.mak
|
||||
cd ..\cc65
|
||||
make -f make\watcom.mak
|
||||
cd ..\cl65
|
||||
make -f make\watcom.mak
|
||||
cd ..\ld65
|
||||
make -f make\watcom.mak
|
||||
cd ..
|
||||
@@ -26,6 +30,10 @@ clean:
|
||||
make -f make\watcom.mak clean
|
||||
cd ..\ca65
|
||||
make -f make\watcom.mak clean
|
||||
cd ..\cc65
|
||||
make -f make\watcom.mak clean
|
||||
cd ..\cl65
|
||||
make -f make\watcom.mak clean
|
||||
cd ..\ld65
|
||||
make -f make\watcom.mak clean
|
||||
cd ..
|
||||
@@ -35,8 +43,13 @@ strip:
|
||||
@-make -f make\watcom.mak strip
|
||||
@cd ..\ca65
|
||||
@-make -f make\watcom.mak strip
|
||||
@cd ..\cc65
|
||||
@-make -f make\watcom.mak strip
|
||||
@cd ..\cl65
|
||||
@-make -f make\watcom.mak strip
|
||||
@cd ..\ld65
|
||||
@-make -f make\watcom.mak strip
|
||||
@cd ..
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user