📄 makefile.am
字号:
AM_CPPFLAGS = $(MULECPPFLAGS) $(BFD_CPPFLAGS) $(WX_CPPFLAGS)AM_CXXFLAGS = $(MULECXXFLAGS) $(WX_CFLAGS_ONLY) $(WX_CXXFLAGS_ONLY)# Sourcesnoinst_LIBRARIES = \ libmulecommon.a# Common to external apps and core/gui/monolithiclibmulecommon_a_SOURCES = \ Format.cpp \ MD5Sum.cpp \ MuleDebug.cpp \ StringFunctions.cpp \ FileFunctions.cpp \ TextFile.cpp \ Path.cppnoinst_HEADERS = \ Format.h \ MD5Sum.h \ MuleDebug.h \ StringFunctions.h \ FileFunctions.h \ TextFile.h \ Path.hMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -