📄 borland.mak
字号:
## $Source: /home/gambit/CVS/gambit/sources/borland.mak,v $# $Date: 2002/08/27 17:32:46 $# $Revision: 1.3 $## DESCRIPTION:# Main makefile for Borland C++#all: base math numerical pelican poly game nash gcl gui wxgclbase: cd base make -f borland cd ..math: cd math make -f borland cd ..numerical: cd numerical make -f borland cd ..pelican: cd pelican make -f borland cd ..poly: cd poly make -f borland cd ..game: cd game make -f borland cd ..nash: cd nash make -f borland cd ..gcl: cd gcl make -f borland cd ..gui: cd gui make -f borland cd ..wxgcl: cd wxgcl make -f borland cd ..clean: cd base make -f borland clean cd ..\math make -f borland clean cd ..\numerical make -f borland clean cd ..\pelican make -f borland clean cd ..\poly make -f borland clean cd ..\game make -f borland clean cd ..\nash make -f borland clean cd ..\gcl make -f borland clean cd ..\gui make -f borland clean cd ..\wxgcl make -f borland clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -