?? makefile.am
字號:
INCLUDES = -I$(top_srcdir)/coin-competitionsnoinst_PROGRAMS = ballinthehoop flow typeomaticballinthehoop_SOURCES = ballinthehoop.cppflow_SOURCES = flow.cpptypeomatic_SOURCES = typeomatic.cpp $(srcdir)/../strutils.cppBUILT_SOURCES = ballinthehoop.cpp flow.cpp typeomatic.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -