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

9 lines
153 B
Plaintext

# makefile for Borland C/C++ 16 bits
PROJECT: hbpp.exe
hbpp.exe : hbpp.c harb.c
\borlandc\bin\bcc -ml hbpp.c harb.c
del hbpp.obj
del harb.obj