⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 学习 open inventor 的例子
💻 AM
字号:
INCLUDES = -I$(top_srcdir)/coin-competitionsnoinst_PROGRAMS = \	smiley \	plasmaball \	styx \	stars2smiley_SOURCES = smiley.cppplasmaball_SOURCES = plasmaball.cppstyx_SOURCES = styx.cppstars2_SOURCES = stars2.cppEXTRA_stars2_SOURCES = star_raw.h envq_raw.hBUILT_SOURCES = \	smiley.cpp \	plasmaball.cpp \	styx.cpp \	stars2.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 + -