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

8 lines
221 B
Plaintext

# makefile for Borland C/C++ 16 bits
PROJECT: hbpp.exe
hbpp.exe : source\hbpp\stdalone\hbpp.c
bcc -ml -Iinclude source\hbpp\stdalone\hbpp.c source\hbpp\hbpp.lib libs\b16\hbpp.lib
del source\hbpp\stdalone\hbpp.obj