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

📄 makefile.am

📁 Ming is a library for generating Macromedia Flash files (.swf), written in C, and includes useful ut
💻 AM
字号:
SUBDIRS = AM_CPPFLAGS = \	-I$(top_srcdir) \	-I$(top_srcdir)/src \	-I$(top_srcdir)/test \	-DMEDIADIR='"$(srcdir)/../Media/"'LDADD = $(top_builddir)/src/libming.laTESTS = dotestsC_PROGS =		\	test01		\	test02		\	test03		\	test04		\	test05		\	test06	if USE_CXXCXX_PROGS =		\	test01-cxx	\	test02-cxx	\	test03-cxx	\	test04-cxx	\	test05-cxx	\	test06-cxx	test01_cxx_SOURCES = test01-cxx.Ctest02_cxx_SOURCES = test02-cxx.Ctest03_cxx_SOURCES = test03-cxx.Ctest04_cxx_SOURCES = test04-cxx.Ctest05_cxx_SOURCES = test05-cxx.Ctest06_cxx_SOURCES = test06-cxx.CendifTEST_PROGS = $(C_PROGS) $(CXX_PROGS)EXTRA_DIST = 		\	test01.php	\	test01.ref	\	test02.ref	\	test03.ref	\	test04.ref	\	test05.ref	\	test06.ref	\	TestListcheck_PROGRAMS = \	$(TEST_PROGS)CLEANFILES = dotests php.ini \	test01.swf	\	test02.swf	\	test03.swf	\	test04.swf 	\	test05.swf	\	test06.swfinclude ../Makefile.inc

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -