📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)noinst_PROGRAMS = \ lorenz \ nurbscurve \ cubeslorenz_SOURCES = lorenz.cpp star.hnurbscurve_SOURCES = nurbscurve.cppcubes_SOURCES = cubes.cpp \ Board.cpp Board.h GameLogic.cpp GameLogic.h Minimax.cpp Minimax.h \ $(top_srcdir)/coin-competitions/TextureWriter.cppBUILT_SOURCES = \ lorenz.cpp \ nurbscurve.cpp \ cubes.cpp# Create Mac OS X application bundles.app-bundles: all-am @case $(target_os) in darwin* ) \ for i in $(noinst_PROGRAMS); do \ if test -f $$i; then $(soguiconfig) --build-app $$i; fi \ done;; \ esac
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -