Files
harbour-core/harbour/hbpp.b32
1999-08-22 06:29:28 +00:00

8 lines
218 B
Plaintext

# 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