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

This commit is contained in:
David G. Holm
1999-07-02 05:40:42 +00:00
parent 821eb3cf62
commit 9e0716a831
2 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
19990702-00:30 EDT David G. Holm <dholm@jsd-llc.com>
* makefile.b31
* Changed -DUSE_GTAPI to -DHARBOUR_USE_GTAPI
+ Added module hb_f
+ Added module copyfile
19990701-22:30 EDT David G. Holm <dholm@jsd-llc.com>
* makefile.icc
* Changed -DUSE_GTAPI to -DHARBOUR_USE_GTAPI

View File

@@ -1,18 +1,20 @@
# makefile for Borland C/C++ 16 bits Harbour libraries
.path.api = include
.path.asm = source\compiler
.path.c = source\rtl
.path.ch = include
.path.h = include
.path.lib = libs\b16
.path.obj = obj
.path.prg = source\rtl
c_opt = -mh -O2 -I.\include -DUSE_GTAPI
c_opt = -mh -O2 -I.\include -DHARBOUR_USE_GTAPI
#c_opt = -mh -O2 -I.\include
PROJECT: harbour.lib hbtools.lib terminal.lib libs\win16\terminal.lib
harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj copyfile.c \
harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj copyfile.obj \
dates.obj descend.obj dir.obj dynsym.obj environ.obj \
error.obj errorapi.obj errorsys.obj extend.obj \
files.obj gtapi.obj hardcr.obj initsymb.obj itemapi.obj \
@@ -20,7 +22,7 @@ harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj copyfile.c \
set.obj strings.obj strcmp.obj symbols.obj tclass.obj \
transfrm.obj
hbtools.lib : datesx.obj debug.obj io.obj mathx.obj \
hbtools.lib : datesx.obj debug.obj hb_f.obj io.obj mathx.obj \
stringp.obj stringsx.obj \
asciisum.obj ascpos.obj atdiff.obj \
chareven.obj charmix.obj charodd.obj \
@@ -74,6 +76,7 @@ initsymb.obj : source\vm\initsymb.c extend.h hbdefs.h
datesx.obj : source\tools\datesx.c extend.h hbdefs.h
debug.obj : source\tools\debug.c extend.h hbdefs.h ctoharb.h itemapi.h
hb_f.obj : source\tools\hb_f.c extend.h hbdefs.h filesys.api filesys.h fileio.ch
io.obj : source\tools\io.c extend.h hbdefs.h
mathx.obj : source\tools\mathx.c extend.h hbdefs.h
stringp.obj : source\tools\stringp.prg extend.h hbdefs.h init.h pcode.h