diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f5cf1cbe6e..80333c43cf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990604-21:50 EDT David G. Holm + * builddos.bat + - Pass command line arguments to make processor, so that we can build and + clean in one step by running "BUILDDOS ALL CLEAN" instead of having to + modify the builddos batch file. + 19990604-21:50 EDT David G. Holm * makefile.icc - Added new Harbour modules diff --git a/harbour/builddos.bat b/harbour/builddos.bat index f3839175ca..e4296c1b46 100644 --- a/harbour/builddos.bat +++ b/harbour/builddos.bat @@ -1,4 +1,4 @@ rem build for djgpp for dos enviroment -make -fmakefile.dos +make -fmakefile.dos %1 %2 %3 %4 %5 %6 %7 %8 %9