1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/test/eh/intel45.mak Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,109 @@
1.4 +# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
1.5 +# ** DO NOT EDIT **
1.6 +
1.7 +# TARGTYPE "Win32 (x86) Console Application" 0x0103
1.8 +
1.9 +
1.10 +!IF "$(OS)" == "Windows_NT"
1.11 +NULL=
1.12 +!ELSE
1.13 +NULL=nul
1.14 +!ENDIF
1.15 +################################################################################
1.16 +# Begin Project
1.17 +RSC=rc.exe
1.18 +CPP=icl.exe
1.19 +LINK32=xilink.exe
1.20 +
1.21 +OUTDIR=.
1.22 +INTDIR=.
1.23 +
1.24 +# set this directories
1.25 +STL_PATH=..\..
1.26 +
1.27 +Dep_stl = TestClass.obj main.obj nc_alloc.obj \
1.28 +random_number.obj test_algo.obj test_algobase.obj test_bit_vector.obj test_deque.obj \
1.29 +test_hash_map.obj test_hash_set.obj test_list.obj test_map.obj test_rope.obj test_set.obj \
1.30 +test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj
1.31 +
1.32 +CPP_LIBS = /link /incremental:no /LIBPATH:$(STL_PATH)\lib
1.33 +
1.34 +#disable warnings complaining about debug ...info exceeded....
1.35 +CPP_PRJ_EXTRA = /Qwd985
1.36 +CPP_PRJ_CMN = /nologo /W3 /GR /GX /DWIN32 /D_WINDOWS /D_CONSOLE /I$(STL_PATH)\stlport /I.
1.37 +
1.38 +#
1.39 +LIBTYPE = STATIC
1.40 +# LIBTYPE = DYNAMIC
1.41 +#
1.42 +#DEBUG = STL
1.43 +DEBUG = ON
1.44 +#DEBUG =
1.45 +#
1.46 +IOS = SGI
1.47 +#IOS = NOSGI
1.48 +#IOS = NONE
1.49 +
1.50 +!IF "$(IOS)" == "NOSGI"
1.51 +CPP_PRJ_IOS = /D_STLP_NO_OWN_IOSTREAMS
1.52 +!ELSEIF "$(IOS)" == "NONE"
1.53 +CPP_PRJ_IOS = /D_STLP_NO_IOSTREAM
1.54 +!ELSE
1.55 +CPP_PRJ_IOS =
1.56 +!ENDIF
1.57 +
1.58 +#MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
1.59 +#Library selection should be BEFORE debug processing!!!
1.60 +!IF "$(LIBTYPE)" == "STATIC"
1.61 +CPP_PRJ_LIBTYP = /MT
1.62 +!ELSE
1.63 +CPP_PRJ_LIBTYP = /MD
1.64 +!ENDIF
1.65 +
1.66 +!IF "$(DEBUG)" == ""
1.67 +CPP_PRJ_DBG = /DNDEBUG /O2 /Qsox-
1.68 +!ELSE
1.69 +CPP_PRJ_LIBTYP = $(CPP_PRJ_LIBTYP)d
1.70 +CPP_PRJ_DBG = /D_DEBUG /Od
1.71 +!IF "$(DEBUG)" == "STL"
1.72 +CPP_PRJ_DBG = $(CPP_PRJ_DBG) /D_STLP_DEBUG
1.73 +!ENDIF
1.74 +CPP_PRJ_CMN = $(CPP_PRJ_CMN) /Zi /Gm
1.75 +!ENDIF
1.76 +
1.77 +CPP_PROJ = $(CPP_PRJ_CMN) $(CPP_PRJ_EXTRA) $(CPP_PRJ_IOS) $(CPP_PRJ_LIBTYP) $(CPP_PRJ_DBG)
1.78 +
1.79 +check: eh_test.out
1.80 +
1.81 +eh_test.out : $(Dep_stl)
1.82 + $(CPP) $(CPP_PROJ) $(Dep_stl) /Feeh_test.exe $(CPP_LIBS)
1.83 + cd ..\..\lib
1.84 + ..\test\eh\eh_test.exe -s 100
1.85 + echo done
1.86 +
1.87 +clean :
1.88 + -@erase "$(INTDIR)\*.obj"
1.89 + -@erase "$(OUTDIR)\*.exe"
1.90 + -@erase "$(OUTDIR)\*.obj"
1.91 +
1.92 +
1.93 +.exe.out:
1.94 + $< > $@
1.95 +
1.96 +.cpp.exe:
1.97 + $(CPP) $(CPP_PROJ) -DMAIN $<
1.98 +
1.99 +.c.obj:
1.100 + $(CPP) $(CPP_PROJ) /c $<
1.101 +
1.102 +.cpp.obj:
1.103 + $(CPP) $(CPP_PROJ) /c $<
1.104 +
1.105 +.cxx.obj:
1.106 + $(CPP) $(CPP_PROJ) /c $<
1.107 +
1.108 +.cpp.E:
1.109 + $(CPP) $(CPP_PROJ) -E $< >$*.E
1.110 +
1.111 +.cpp.sbr:
1.112 + $(CPP) $(CPP_PROJ) $<