640ab403e2
from Tom: improve behaviour on failed FindFirst call and return to app not DOS git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@991 6ac86273-5f31-0410-b378-82cca8765d1b
11 lines
139 B
Makefile
11 lines
139 B
Makefile
#
|
|
# BC.MAK - kernel compiler options for Borland C++
|
|
#
|
|
|
|
!include "..\mkfiles\tcpp.mak"
|
|
|
|
TARGET=KBC
|
|
|
|
CC=$(BINPATH)\bcc -c
|
|
CL=$(BINPATH)\bcc
|