📄 makefile.ini
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -