📄 intel50.mak
字号:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10# ** DO NOT EDIT **# TARGTYPE "Win32 (x86) Console Application" 0x0103!IF "$(OS)" == "Windows_NT"NULL=!ELSE NULL=nul!ENDIF ################################################################################# Begin ProjectRSC=rc.exeCPP=icl.exeLINK32=xilink.exeOUTDIR=.INTDIR=.# set this directories STL_PATH=..\..Dep_stl = TestClass.obj main.obj nc_alloc.obj \random_number.obj test_algo.obj test_algobase.obj test_bit_vector.obj test_deque.obj \test_hash_map.obj test_hash_set.obj test_list.obj test_map.obj test_rope.obj test_set.obj \test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj# linker finds proper STLport lib automatically, only path to the library is neededCPP_PRJ_LINK = /link /incremental:no /LIBPATH:$(STL_PATH)\lib#disable warnings complaining about debug ...info exceeded....CPP_PRJ_EXTRA = /Qwd985CPP_PRJ_CMN = /nologo /W3 /GR /GX /DWIN32 /D_WINDOWS /D_CONSOLE /I$(STL_PATH)\stlport /I. #LIBTYPE = STATIC# LIBTYPE = DYNAMIC##DEBUG = STLDEBUG = ON#DEBUG =# IOS = SGI#IOS = NOSGI#IOS = NONE!IF "$(IOS)" == "NOSGI"CPP_PRJ_IOS = /D_STLP_NO_SGI_IOSTREAMS!ELSEIF "$(IOS)" == "NONE"CPP_PRJ_IOS = /D_STLP_NO_IOSTREAM!ELSECPP_PRJ_IOS =!ENDIF#MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!#Library selection should be BEFORE debug processing!!!!IF "$(LIBTYPE)" == "STATIC"CPP_PRJ_LIBTYP = /D_STLP_USE_STATIC_LIB /MT!ELSECPP_PRJ_LIBTYP = /D_STLP_USE_DYNAMIC_LIB /MD!ENDIF!IF "$(DEBUG)" == ""CPP_PRJ_DBG = /DNDEBUG /O2 /Qsox-!ELSECPP_PRJ_LIBTYP = $(CPP_PRJ_LIBTYP)dCPP_PRJ_DBG = /D_DEBUG /Od!IF "$(DEBUG)" == "STL"CPP_PRJ_DBG = $(CPP_PRJ_DBG) /D_STLP_DEBUG!ENDIFCPP_PRJ_CMN = $(CPP_PRJ_CMN) /Zi /Gm!ENDIFCPP_IGNORE_LIB = LIBCMT#CPP_PRJ_LINK = $(CPP_PRJ_LINK) /NODEFAULTLIB:$(CPP_IGNORE_LIB)CPP_PRJ_LINK = $(CPP_PRJ_LINK) /VERBOSE:LIBCPP_PROJ = $(CPP_PRJ_CMN) $(CPP_PRJ_EXTRA) $(CPP_PRJ_IOS) $(CPP_PRJ_LIBTYP) $(CPP_PRJ_DBG)check: eh_test.outeh_test.out : $(Dep_stl) $(CPP) $(CPP_PROJ) $(Dep_stl) /Feeh_test.exe $(CPP_PRJ_LINK)# fbp : this is to locate DLL cd ..\..\lib ..\test\eh\eh_test.exe -s 100 echo doneclean : -@erase "$(INTDIR)\*.obj" -@erase "$(OUTDIR)\*.exe" -@erase "$(OUTDIR)\*.obj".exe.out: $< > $@.cpp.exe: $(CPP) $(CPP_PROJ) -DMAIN $< $(CPP_PRJ_LINK).c.obj: $(CPP) $(CPP_PROJ) /c $<.cpp.obj: $(CPP) $(CPP_PROJ) /c $<.cxx.obj: $(CPP) $(CPP_PROJ) /c $<.cpp.E: $(CPP) $(CPP_PROJ) -E $< >$*.E .cpp.sbr: $(CPP) $(CPP_PROJ) $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -