?? makefile
字號:
#
# Chapter 10 Makefile
# - Builds both in-proc and out-of-proc servers
#
# The real work is done in the file MAKE-ONE.
# The first command below calls that file to build the in-proc server.
# The second command below builds the out-of-proc server.
# Either command can be used separately to build just one server.
#
always:
nmake -f make-one
nmake -f make-one OUTPROC=1
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -