makefile.am

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

AM
24
字号
#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 = simple1 sinisa_ex cgi_image complic1 fieldinf1 updel_ex load_filesimple1_SOURCES = simple1.ccsinisa_ex_SOURCES = sinisa_ex.cccgi_image_SOURCES = cgi_image.cccomplic1_SOURCES = complic1.ccfieldinf1_SOURCES = fieldinf1.ccupdel_ex_SOURCES = updel_x_.ccload_file_SOURCES = load_file.cc

⌨️ 快捷键说明

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