makefile.am

来自「有关MYSQL的开源码」· AM 代码 · 共 13 行

AM
13
字号
#Where to find the header files needed by the source files:INCLUDES =  -I$(top_srcdir)#The libraries that the executable needs to link against:LIBS = $(top_builddir)/$(GENERIC_LIBRARY_NAME)/libmysqlcppapi-2.0.la @LIBS@noinst_PROGRAMS = reference_countingreference_counting_SOURCES = reference_counting.cc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?