makefile.ini
来自「用C++编写的遗传算法」· INI 代码 · 共 29 行
INI
29 行
# Location of the GP include files and the GP libraryGPINCLUDE = ../includeGPLIB = ../lib# Name of GP library. Change '.a' to '.so' if you want to use dynamic# libraries, and change the archive command in src/Makefile as well.GPLIBFILE = $(GPLIB)/libgp.a# Compiler flags. Use -O to optimiseOVERALLCPPFLAGS = -g# Linker flags.OVERALLLDFLAGS = # C++ compiler#CCC = CCCCC = g++# Archive commandAR = ar# Ranlib commandRANLIB = ranlib# Install command and installation directoryINSTALL = installINSTALLDIR = /usr/local
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?