📄 rules-res.mak
字号:
# -*- Makefile -*- Time-stamp: <03/10/27 18:12:46 ptr># $Id: rules-res.mak,v 1.1 2003/11/14 20:08:05 ptr Exp $# Rules for release output:$(OUTPUT_DIR)/%.res: $(WORD1)%.rc $(COMPILE.rc) $(RC_OUTPUT_OPTION) $<# Rules for debug output:$(OUTPUT_DIR_DBG)/%.res: $(WORD1)%.rc $(COMPILE.rc) $(RC_OUTPUT_OPTION) $<# Rules for STLport debug output:$(OUTPUT_DIR_STLDBG)/%.res: $(WORD1)%.rc $(COMPILE.rc) $(RC_OUTPUT_OPTION) $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -