rules-res.mak
来自「C++类模版库实现」· MAK 代码 · 共 20 行
MAK
20 行
# -*- 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 + =
减小字号Ctrl + -
显示快捷键?