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