📄 bc5.mak
字号:
## BC5.MAK - kernel copiler options for Borland C++## Use these for Borland C++COMPILERPATH=$(BC5_BASE)COMPILERBIN=$(COMPILERPATH)\binCC=$(COMPILERBIN)\bcc -cCL=$(COMPILERBIN)\bccINCLUDEPATH=$(COMPILERPATH)\includeLIBUTIL=$(COMPILERBIN)\tlibLIBPATH=$(COMPILERPATH)\libLIBTERM= LIBPLUS=+TINY=-ltCFLAGST=-L$(LIBPATH) -mt -a- -k- -f- -ff- -O -Z -dCFLAGSC=-L$(LIBPATH) -a- -mcTARGET=KBC# used for building the libraryCLIB=$(COMPILERPATH)\lib\cs.libMATH_EXTRACT=*H_LDIV *H_LLSH *H_LURSH *F_LXMULMATH_INSERT=+H_LDIV +H_LLSH +H_LURSH +F_LXMUL## heavy stuff - building the kernel# Compiler and Options for Borland C++# ------------------------------------## -zAname
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -