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
17 lines
316 B
Makefile
17 lines
316 B
Makefile
#
|
|
# TC.MAK - kernel compiler options for Turbo C 2.01
|
|
#
|
|
|
|
BINPATH=$(BASE)
|
|
|
|
!include "..\mkfiles\tcpp.mak"
|
|
|
|
TARGET=KTC
|
|
|
|
MATH_EXTRACT=*LDIV *LXMUL *LURSH *LLSH *LRSH
|
|
MATH_INSERT =+LDIV +LXMUL +LURSH +LLSH +LRSH
|
|
|
|
# TCC doesn't support responce file
|
|
|
|
INITCFLAGS=-zCINIT_TEXT -zRID -zTID -zSI_GROUP -zDIB -zBIB -zGI_GROUP
|