makefile.am

来自「这是国外的resip协议栈」· AM 代码 · 共 29 行

AM
29
字号
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 + =
减小字号Ctrl + -
显示快捷键?