📄 makefile.am
字号:
EXTRA_DIST = DllPlugInTester.dsp DllPlugInTesterTest.dspINCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/includebin_PROGRAMS=DllPlugInTesterTESTS = DllPlugInTesterTestcheck_PROGRAMS = $(TESTS)DllPlugInTester_SOURCES= DllPlugInTester.cpp \ CommandLineParser.h \ CommandLineParser.cppDllPlugInTester_LDADD= \ $(top_builddir)/src/cppunit/libcppunit.laDllPlugInTester_LDFLAGS = $(LIBADD_DL)DllPlugInTesterTest_SOURCES = DllPlugInTesterTest.cpp \ CommandLineParser.cpp \ CommandLineParser.h \ CommandLineParserTest.cpp \ CommandLineParserTest.hDllPlugInTesterTest_LDADD= \ $(top_builddir)/src/cppunit/libcppunit.laDllPlugInTesterTest_LDFLAGS = $(LIBADD_DL)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -