📄 environment.nt.mak
字号:
## Gen project: Main environment settings for Win32-compile process## (C) GradSoft 2000## $Id: environment.nt.mak,v 1.5 2002/04/09 10:02:39 kav Exp $# installation root: it's recomended to set next variables via it:INSTALL_DIR=D:\release# directory, delivered include files will be installed here:INSTALL_INC_DIR=$(INSTALL_DIR)\include# directory, delivered libraries will be installed here:INSTALL_LIB_DIR=$(INSTALL_DIR)\lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -