8 lines
218 B
Plaintext
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
|