Updating hbpplib.b32

This commit is contained in:
Alexander S.Kresin
1999-08-01 12:45:02 +00:00
parent 389cf5c939
commit c34386ab6a
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
199908.01-16:30 GMT+3 Alexander Kresin
* hbpplib.b32
* it works now
19990801-13:14 GMT+1 Antonio Linares <alinares@fivetech.com>
* tests/working/debugger.prg
* pulldown menu already functional.

View File

@@ -2,16 +2,16 @@
# Preprocessor Library makefile
.path.c = source\hbpp
.path.h = include;source\hbpp
.path.h = include
.path.lib = libs\b32
.path.obj = obj
libs\b32\hbpp.lib : hbppint.obj hbpp.obj table.obj preproc.obj
libs\b32\hbpp.lib : hbppint.obj hbpp.obj table.obj hbpplib.obj
hbppint.obj : hbppint.c harb.h
hbppint.obj : hbppint.c
hbpp.obj : hbpp.c
table.obj : table.c
preproc.obj : preproc.c
hbpplib.obj : hbpplib.c
.c.obj :
bcc32 -c -O2 -I.\include;.\source\hbpp -o$@ $<