msvc.mak

来自「symbian 上的stl_port进过编译的。」· MAK 代码 · 共 39 行

MAK
39
字号
!if !EXIST(..\..\Makefiles\config.mak)!error No config file found, please run 'configure --help' first.!endif!include ..\..\Makefiles\config.mak!ifndef COMPILER_NAME!error No compiler set, please run 'configure --help' first and chose a compiler.!endif!if (("$(COMPILER_NAME)" != "vc6") && \     ("$(COMPILER_NAME)" != "vc70") && \     ("$(COMPILER_NAME)" != "vc71") && \     ("$(COMPILER_NAME)" != "vc8") && \     ("$(COMPILER_NAME)" != "icl"))!error '$(COMPILER_NAME)' not supported by this make file, please rerun 'configure' script and follow instructions.!endifSRCROOT=../..STLPORT_DIR=../../..!include Makefile.inc#Comment following line to build unit tests without STLportINCLUDES=$(INCLUDES) /I$(STLPORT_INCLUDE_DIR) /I$(STLPORT_DIR)/src /FI warning_disable.h#INCLUDES=$(INCLUDES) /I$(STLPORT_DIR)/src /FI warning_disable.h# Important in a number of builds.OPT = /Zm800DEFS_DBG=/D_STLP_DEBUG_UNINITIALIZEDDEFS_STLDBG=/D_STLP_DEBUG_UNINITIALIZEDDEFS_STATIC_DBG=/D_STLP_DEBUG_UNINITIALIZEDDEFS_STATIC_STLDBG=/D_STLP_DEBUG_UNINITIALIZEDLDSEARCH=$(LDSEARCH) /LIBPATH:$(STLPORT_LIB_DIR)!include $(SRCROOT)/Makefiles/nmake/top.mak

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?