See ChangeLog entry 19990604-21:50 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-06-05 03:02:50 +00:00
parent a9eed4434c
commit b4e8f9734d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
19990604-21:50 EDT David G. Holm <dholm@jsd-llc.com>
* 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 <dholm@jsd-llc.com>
* makefile.icc
- Added new Harbour modules

View File

@@ -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