Files
harbour-core/harbour/source/hbpp/makefile.b32
1999-06-21 11:16:43 +00:00

9 lines
213 B
Plaintext

# makefile for Borland C/C++ 32 bits
PROJECT: hbpp.exe
hbpp.exe : hbppmain.c hbpp.c table.c
bcc32 -O2 -ehbpp.exe -I..\..\include hbppmain.c hbpp.c table.c
del hbppmain.obj
del hbpp.obj
del table.obj