📄 makefile.am
字号:
DEFS = -DHAVE_CONFIG_H# Sourcesnoinst_LIBRARIES = \ libmulecommon.a# Common to external apps and core/gui/monolithiclibmulecommon_a_SOURCES = \ Format.cpp \ MD5Sum.cpp \ MuleDebug.cpp \ PlatformSpecific.cpp \ StringFunctions.cpp libmulecommon_a_CFLAGS = $(WX_CXXFLAGS) $(BFD_FLAGS) libmulecommon_a_CXXFLAGS = $(WX_CXXFLAGS) $(BFD_FLAGS) noinst_HEADERS = \ MD5Sum.h \ MuleDebug.h \ PlatformSpecific.h \ StringFunctions.hMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -