📄 makefile.am
字号:
pkglib_LTLIBRARIES = rubysceneimporter.larubysceneimporter_la_SOURCES = export.cpp \rubysceneimporter.cpp rubysceneimporter.h \rubysceneimporter_c.cpp # -module tells automake we're not building a library but a loadable module# so we don't need the "lib" prefix in the module namerubysceneimporter_la_LDFLAGS = -module -avoid-version -L${top_builddir}/utility/sfsexp/rubysceneimporter_la_LIBADD = -lsexpAM_CPPFLAGS = -I${top_srcdir}/lib -I${top_srcdir}/utility @RUBY_CPPFLAGS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -