See ChangeLog entry 19990603-19:00 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user