📄 makefile.am
字号:
library_includedir = $(includedir)/$(LIBRARY_DIR)library_include_HEADERS = \ Arguments.hpp \ ArrayType.hpp \ BoundClassType.hpp \ BoundClassType_tmpl.hpp \ BoundMemberFunction.hpp \ ClassType.hpp \ ClassType_tmpl.hpp \ Exceptions.hpp \ FundamentalType.hpp \ MemberFunction.hpp \ MemberFunctionDcl.hpp \ PointerType.hpp \ PtrHolder.hpp \ RetValHolder.hpp \ Traits.hpp \ Type.hpp \ TypeInfoCmp.hpp \ check.hpp \ debug.hpp \ macros.hpp \ platform.hppAM_CPPFLAGS = -I$(top_srcdir)lib_LTLIBRARIES = libreflcpp.lalibreflcpp_la_SOURCES = \ Arguments.cpp \ ArrayType.cpp \ check.cpp \ ClassType.cpp \ FundamentalType.cpp \ PointerType.cpp \ Type.cpplibreflcpp_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) -release $(GENERIC_RELEASE)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -