makefile
来自「Visual_C++.NET精彩案例237.rar」· 代码 · 共 12 行
TXT
12 行
dflt:
nmake -f TBColor.mak CFG="TBColor - Win32 Debug"
dbg:
nmake -f TBColor.mak CFG="TBColor - Win32 Debug"
rel:
nmake -f TBColor.mak CFG="TBColor - Win32 Release"
all: dbg rel
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?