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

📄 makefile.am

📁 flash swf file player
💻 AM
字号:
AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip 1.4dLEXLIB = @LEXLIB@AM_YFLAGS = -dnoinst_LTLIBRARIES = libactioncompiler.lalibactioncompiler_la_SOURCES = \	compile.c \	listaction.c \	swf4compiler.y \	swf5compiler.y \	lex.swf4.c \	lex.swf5.c \	compileaction.cnoinst_HEADERS = \	action.h \	compile.hlibactioncompiler_la_LIBADD = $(LEXLIB)EXTRA_PROGRAMS = testtest_SOURCES = main.c test_LDADD = libactioncompiler.laEXTRA_DIST = swf4compiler.lex \	swf5compiler.lexlex.swf4.c: swf4compiler.lex	$(LEX) -i -Pswf4 swf4compiler.lexlex.swf5.c: swf5compiler.lex	$(LEX) -i -Pswf5 swf5compiler.lex

⌨️ 快捷键说明

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