📄 makefile.am
字号:
INCLUDES = -I$(top_srcdir)/libAM_CXXFLAGS =-O3 -Wall -fno-rtti -fno-exceptions -g3flash_LTLIBRARIES = \ libflash.laflashdir = $(libdir)libflash_include_HEADERS = \ flash.hlibflash_la_SOURCES = \ adpcm.cc \ adpcm.h \ bitmap.cc \ bitmap.h \ button.cc \ button.h \ character.cc \ character.h \ cxform.cc \ cxform.h \ displaylist.cc \ displaylist.h \ flash.cc \ font.cc \ font.h \ graphic.cc \ graphic.h \ graphic16.cc \ graphic16.h \ graphic24.cc \ graphic24.h \ graphic32.cc \ graphic32.h \ matrix.cc \ matrix.h \ movie.cc \ movie.h \ program.cc \ program.h \ rect.h \ script.cc \ script.h \ shape.cc \ shape.h \ sound.cc \ sound.h \ sprite.cc \ sprite.h \ sqrt.cc \ swf.h \ text.cc \ text.hlibflash_includedir = $(includedir)libflash_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ -export-dynamic \ $(LIBJPEG) $(LIBZ) $(LIBMAD).PHONY: filesfiles: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ echo $$p; \ done
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -