See ChangeLog entry 19990603-19:00 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-06-04 00:05:35 +00:00
parent 173f9cfe6c
commit 2f0eb9c7a1
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
19990603-19:00 EDT David G. Holm <dholm@jsd-llc.com>
Thanks go to Ryszard Glab <rglab@imid.med.pl>
* makefile.dos
- Added -r to two make lines for source/compiler
19990604-00:25 CET Eddie Runia
* source/rtl/classes.c
With _GetClassName(); optimized; more comments; more clean-up

View File

@@ -6,7 +6,7 @@
all: compiler vm rtl tools
compiler:
make -w --directory=source/compiler -f makefile.dos
make -r -w --directory=source/compiler -f makefile.dos
vm:
make -w --directory=source/vm -f makefile.dos
@@ -22,7 +22,7 @@ tools:
# make -w --directory=tests/working -f makefile.dos
clean:
make -w --directory=source/compiler -f makefile.dos clean
make -r -w --directory=source/compiler -f makefile.dos clean
make -w --directory=source/vm -f makefile.dos clean
make -w --directory=source/rtl -f makefile.dos clean
make -w --directory=source/tools -f makefile.dos clean