See changelog

This commit is contained in:
Eddie Runia
1999-05-19 20:26:56 +00:00
parent 7604ec5089
commit 3869a67a82
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
19990519-21:22 CET Eddie Runia
* makefile.b16
Patrick patch (command-line too long entered)
19990519-20:00 CET Eddie Runia
* tests/working/run_exp.h
shortened because InitSymbols

View File

@@ -70,9 +70,14 @@ tclass.c : tclass.prg harbour.exe
tlib .\libs\b16\harbour.lib -+$@,,
harbour.exe : y_tab.c lexyy.c harbour.obj
bcc -mh -O2 -ebin\harbour.exe -Iinclude;source\compiler \
source\compiler\y_tab.c source\compiler\lexyy.c \
source\compiler\harbour.obj
echo -ml -O2 > bld.31
echo -ebin\harbour.exe >> bld.31
echo -Iinclude;source\compiler >> bld.31
echo source\compiler\y_tab.c >> bld.31
echo source\compiler\lexyy.c >> bld.31
echo source\compiler\harbour.obj >> bld.31
bcc @bld.31
del bld.31
del y_tab.obj
del lexyy.obj