From 11f6000a978984f0b34d83ef6d511843fc517020 Mon Sep 17 00:00:00 2001 From: Bruno Cantero Date: Tue, 20 Jul 1999 19:06:53 +0000 Subject: [PATCH] ChangeLogTag:19990720-20:55 GMT+1 Bruno Cantero --- harbour/.cvspass | 1 + harbour/ChangeLog | 6 ++++++ harbour/harbour.b31 | 2 +- harbour/makefile.b31 | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/harbour/.cvspass b/harbour/.cvspass index e890e03bd7..4460254b5d 100644 --- a/harbour/.cvspass +++ b/harbour/.cvspass @@ -1,2 +1,3 @@ :pserver:alinares@harbour.joca.es:/home/devel/cvsroot A,cd: 0^dh, :pserver:rpinkas@harbour.joca.es:/home/devel/cvsroot A:y=,d +:pserver:bcantero@harbour.joca.es:/home/devel/cvsroot Ahy=,d y diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1041e87b58..299b16d417 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +19990720-20:55 GMT+1 Bruno Cantero + * makefile.b31 + Changed fixflex to bin\fixflex. + * harbour.b31 + Added /iinclude to compile prg's. + 19990720-20:10 CET Eddie Runia * source/vm/hvm.c wsize =*( (WORD *) ... part removed. diff --git a/harbour/harbour.b31 b/harbour/harbour.b31 index 6ae6563727..72e673c522 100644 --- a/harbour/harbour.b31 +++ b/harbour/harbour.b31 @@ -62,4 +62,4 @@ source\compiler\lex_t2.c :: harbour.l fixflex.exe source\compiler\harbourl.c :: harbour.l fixflex.exe flex -i -8 -osource\compiler\harbourl.c source\compiler\harbour.l if exist source\compiler\harbourl.bak del source\compiler\harbourl.bak - fixflex source\compiler\harbourl.c source\compiler\lex_t1.c source\compiler\lex_t2.c source\compiler\lex_t3.c -P- + bin\fixflex source\compiler\harbourl.c source\compiler\lex_t1.c source\compiler\lex_t2.c source\compiler\lex_t3.c -P- diff --git a/harbour/makefile.b31 b/harbour/makefile.b31 index 8c3517fa34..9f98f38b69 100644 --- a/harbour/makefile.b31 +++ b/harbour/makefile.b31 @@ -110,7 +110,7 @@ strright.obj : source\tools\strright.c extend.h hbdefs.h tlib .\libs\b16\hbtools.lib -+$@,, .prg.obj: - bin\harbour $< /n /osource\rtl + bin\harbour $< /n /osource\rtl /iinclude bcc -c $(c_opt) -o$@ $*.c tlib .\libs\b16\harbour.lib -+$@,,