📄 makeinclude.in
字号:
# This is the top level includes file generated by the new style# configure script for ViewML. # See README-CONFIG at the top level for more information# and instructions# Jordan Crouse, Century Software, September 2000prefix = @prefix@exec_prefix = @exec_prefix@INSTALLDIR= @bindir@# This is where we set all of the toolsCC=@CC@CXX=@CXX@RANLIB=@RANLIB@LD=@LD@AR=@AR@STRIP=@STRIP@LIBS = @LIBS@ -L$(BASE_DIR)/build/lib -lpar `@LIBWWW_CONFIG@ --libs` CFLAGS = @CFLAGS@ `@LIBWWW_CONFIG@ --cflags`CXXFLAGS = @CXXFLAGS@ `@LIBWWW_CONFIG@ --cflags`INCLUDES = -L@includedir@ @INCLUDES@ -I$(BASE_DIR)/include -I$(BASE_DIR)/include/parLDFLAGS = @LDFLAGS@# $Id: makeinclude.in,v 1.1 2003/09/08 19:42:02 jasonk Exp $
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -