Files
harbour-core/harbour/hbpp.b32
1999-09-14 22:41:14 +00:00

12 lines
232 B
Plaintext

#
# $Id$
#
# makefile for Borland C/C++ 32 bits
PROJECT: hbpp.exe
hbpp.exe : source\hbpp\stdalone\hbpp.c
bcc32 -O2 -ebin\hbpp.exe -Iinclude source\hbpp\stdalone\hbpp.c libs\b32\hbpp.lib
del source\hbpp\stdalone\hbpp.obj