1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/test/eh/intel.mak Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
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 +F90=fl32.exe
1.20 +
1.21 +OUTDIR=.
1.22 +INTDIR=.
1.23 +
1.24 +# set this directories
1.25 +STL_INCL=../../stlport
1.26 +VC_INCL=.
1.27 +# d:/vc41/msdev/include
1.28 +
1.29 +Dep_stl = TestClass.obj main.obj nc_alloc.obj \
1.30 +random_number.obj test_algo.obj test_algobase.obj test_bit_vector.obj test_deque.obj \
1.31 +test_hash_map.obj test_hash_set.obj test_list.obj test_map.obj test_rope.obj test_set.obj \
1.32 +test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj
1.33 +
1.34 +LINK32=link.exe
1.35 +
1.36 +CPP_PROJ=/nologo /W3 /GX /D "WIN32" /MTd /Zi /Gm /Od /D "_CONSOLE" /I$(STL_INCL) /I. /D_DEBUG
1.37 +
1.38 +CPP_LIBS = /link /libpath:"..\..\lib"
1.39 +
1.40 +check: eh_test.out
1.41 +
1.42 +eh_test.out : $(Dep_stl)
1.43 + $(CPP) $(CPP_PROJ) $(Dep_stl) -o eh_test.exe $(CPP_LIBS)
1.44 + .\eh_test.exe
1.45 + echo done
1.46 +
1.47 +clean :
1.48 + -@erase "$(INTDIR)\*.obj"
1.49 + -@erase "$(OUTDIR)\*.exe"
1.50 + -@erase "$(OUTDIR)\*.obj"
1.51 +
1.52 +
1.53 +.exe.out:
1.54 + $< > $@
1.55 +
1.56 +.cpp.exe:
1.57 + $(CPP) $(CPP_PROJ) -DMAIN $< $(CPP_LIBS)
1.58 +
1.59 +.c.obj:
1.60 + $(CPP) $(CPP_PROJ) /c $<
1.61 +
1.62 +.cpp.obj:
1.63 + $(CPP) $(CPP_PROJ) /c $<
1.64 +
1.65 +.cxx.obj:
1.66 + $(CPP) $(CPP_PROJ) /c $<
1.67 +
1.68 +.cpp.E:
1.69 + $(CPP) $(CPP_PROJ) -E $< >$*.E
1.70 +
1.71 +.cpp.sbr:
1.72 + $(CPP) $(CPP_PROJ) $<