11 lines
138 B
Makefile
11 lines
138 B
Makefile
|
#
|
||
|
# BC.MAK - kernel copiler options for Borland C++
|
||
|
#
|
||
|
|
||
|
!include "..\mkfiles\tcpp.mak"
|
||
|
|
||
|
TARGET=KBC
|
||
|
|
||
|
CC=$(BINPATH)\bcc -c
|
||
|
CL=$(BINPATH)\bcc
|