📄 makefile.am
字号:
AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-zip 1.4dnoinst_LTLIBRARIES = libswf.lalibswf_la_SOURCES = \ action.c \ bitmap.c \ block.c \ browserfont.c \ button.c \ character.c \ cxform.c \ dbl.c \ fillstyle.c \ font.c \ fontinfo.c \ gradient.c \ jpeg.c \ linestyle.c \ loadfont.c \ matrix.c \ method.c \ morph.c \ mp3.c \ outputblock.c \ output.c \ rect.c \ shape.c \ soundstream.c \ sprite.c \ text.c \ textfield.c \ utf8.c \ videostream.clibswf_la_LDFLAGS = $(MATHLIB)#EXTRA_PROGRAMS = test#test_SOURCES = test.c#test_LDADD = libswf.lanoinst_HEADERS = \ action.h \ bitmap.h \ block.h \ blocktypes.h \ browserfont.h \ button.h \ character.h \ cxform.h \ dbl.h \ fillstyle.h \ font.h \ fontinfo.h \ gradient.h \ jpeg.h \ libswf.h \ linestyle.h \ matrix.h \ method.h \ morph.h \ outputblock.h \ output.h \ rect.h \ shape.h \ sound.h \ soundstream.h \ sprite.h \ swf.h \ textfield.h \ text.h \ ttffont.h EXTRA_DIST = \ read.c \ sound.c \ ttffont.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -