Files
harbour-core/harbour/hbpplib.b32
Alexander S.Kresin c34386ab6a Updating hbpplib.b32
1999-08-01 12:45:02 +00:00

19 lines
400 B
Plaintext

# makefile for Borland C/C++ 32 bits
# Preprocessor Library makefile
.path.c = source\hbpp
.path.h = include
.path.lib = libs\b32
.path.obj = obj
libs\b32\hbpp.lib : hbppint.obj hbpp.obj table.obj hbpplib.obj
hbppint.obj : hbppint.c
hbpp.obj : hbpp.c
table.obj : table.c
hbpplib.obj : hbpplib.c
.c.obj :
bcc32 -c -O2 -I.\include;.\source\hbpp -o$@ $<
tlib .\libs\b32\hbpp.lib -+$@,,