symbian 上的stl_port进过编译的。

源代码在线查看: nmake-src-prefix.mak

软件大小: 1307 K
上传用户: liu4052032
关键词: stl_port symbian 编译
下载地址: 免注册下载 普通下载 VIP

相关代码

				# -*- makefile -*- Time-stamp: 				# $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) $											

相关资源