12 lines
232 B
Plaintext
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
|