nmake-src-prefix.mak
来自「stl的源码」· MAK 代码 · 共 28 行
MAK
28 行
# -*- makefile -*- Time-stamp: <04/03/29 22:25:01 ptr># $Id$ALLOBJS = $(ALLOBJS:../../../test/eh/=)## rules for .cpp --> .o#{../../../test/eh}.cpp{$(OUTPUT_DIR)}.o: $(COMPILE_cc_REL) $(OUTPUT_OPTION) $<{../../../test/eh}.cpp{$(OUTPUT_DIR_DBG)}.o: $(COMPILE_cc_DBG) $(OUTPUT_OPTION_DBG) $<{../../../test/eh}.cpp{$(OUTPUT_DIR_STLDBG)}.o: $(COMPILE_cc_STLDBG) $(OUTPUT_OPTION_STLDBG) $<{../../../test/eh}.cpp{$(OUTPUT_DIR_A)}.o: $(COMPILE_cc_STATIC_REL) $(OUTPUT_OPTION_STATIC) $<{../../../test/eh}.cpp{$(OUTPUT_DIR_A_DBG)}.o: $(COMPILE_cc_STATIC_DBG) $(OUTPUT_OPTION_STATIC_DBG) $<{../../../test/eh}.cpp{$(OUTPUT_DIR_A_STLDBG)}.o: $(COMPILE_cc_STATIC_STLDBG) $(OUTPUT_OPTION_STATIC_STLDBG) $<
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?