borland.mak

来自「Gambit 是一个游戏库理论软件」· MAK 代码 · 共 86 行

MAK
86
字号
## $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 + =
减小字号Ctrl + -
显示快捷键?