ChangeLogTag:Wed May 05 18:28:28 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Wed May 05 18:28:28 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
||||
|
||||
* makefile.b16:
|
||||
* makefile.b32:
|
||||
Added explicit rules to compile harbour.o from harbour.c.
|
||||
Don' know why these were necessary, but it seems people had
|
||||
problems without them.
|
||||
|
||||
Wed May 05 16:29:19 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
||||
|
||||
* include/pcode.h:
|
||||
|
||||
@@ -71,3 +71,7 @@ y_tab.c : harbour.y
|
||||
|
||||
lexyy.c : harbour.l
|
||||
flex -i -8 -osource\compiler\lexyy.c source\compiler\harbour.l
|
||||
|
||||
harbour.obj : harbour.c
|
||||
bcc -c -ml -O2 -I.\include -osource\compiler\harbour.obj \
|
||||
source\compiler\harbour.c
|
||||
|
||||
@@ -71,3 +71,7 @@ y_tab.c : harbour.y
|
||||
|
||||
lexyy.c : harbour.l
|
||||
flex -i -8 -osource\compiler\lexyy.c source\compiler\harbour.l
|
||||
|
||||
harbour.obj : harbour.c
|
||||
bcc32 -c -O2 -I.\include -osource\compiler\harbour.obj \
|
||||
source\compiler\harbour.c
|
||||
|
||||
Reference in New Issue
Block a user