nmake-src-prefix.mak
来自「symbian 上的stl_port进过编译的。」· MAK 代码 · 共 28 行
MAK
28 行
# -*- makefile -*- Time-stamp: <04/03/29 22:25:01 ptr># $Id: nmake-src-prefix.mak 1802 2005-11-01 08:25:57Z complement $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 + -
显示快捷键?