Files
harbour-core/harbour/source/hbpp/makefile.b32
1999-05-24 09:29:16 +00:00

9 lines
170 B
Plaintext

# makefile for Borland C/C++ 32 bits
PROJECT: hbpp.exe
hbpp.exe : hbpp.c harb.c
bcc32 -O2 -I\borland\cbuilder\include hbpp.c harb.c
del hbpp.obj
del harb.obj