1# Microsoft Developer Studio Generated NMAKE File, Format Version 4.10 2# ** DO NOT EDIT ** 3 4# TARGTYPE "Win32 (x86) Console Application" 0x0103 5 6 7!IF "$(OS)" == "Windows_NT" 8NULL= 9!ELSE 10NULL=nul 11!ENDIF 12################################################################################ 13# Begin Project 14RSC=rc.exe 15CPP=icl.exe 16F90=fl32.exe 17 18OUTDIR=. 19INTDIR=. 20 21# set this directories 22STL_INCL=../../stlport 23VC_INCL=. 24# d:/vc41/msdev/include 25 26Dep_stl = TestClass.obj main.obj nc_alloc.obj \ 27random_number.obj test_algo.obj test_algobase.obj test_bit_vector.obj test_deque.obj \ 28test_hash_map.obj test_hash_set.obj test_list.obj test_map.obj test_rope.obj test_set.obj \ 29test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj 30 31LINK32=link.exe 32 33CPP_PROJ=/nologo /W3 /GX /D "WIN32" /MTd /Zi /Gm /Od /D "_CONSOLE" /I$(STL_INCL) /I. /D_DEBUG 34 35CPP_LIBS = /link /libpath:"..\..\lib" 36 37check: eh_test.out 38 39eh_test.out : $(Dep_stl) 40 $(CPP) $(CPP_PROJ) $(Dep_stl) -o eh_test.exe $(CPP_LIBS) 41 .\eh_test.exe 42 echo done 43 44clean : 45 -@erase "$(INTDIR)\*.obj" 46 -@erase "$(OUTDIR)\*.exe" 47 -@erase "$(OUTDIR)\*.obj" 48 49 50.exe.out: 51 $< > $@ 52 53.cpp.exe: 54 $(CPP) $(CPP_PROJ) -DMAIN $< $(CPP_LIBS) 55 56.c.obj: 57 $(CPP) $(CPP_PROJ) /c $< 58 59.cpp.obj: 60 $(CPP) $(CPP_PROJ) /c $< 61 62.cxx.obj: 63 $(CPP) $(CPP_PROJ) /c $< 64 65.cpp.E: 66 $(CPP) $(CPP_PROJ) -E $< >$*.E 67 68.cpp.sbr: 69 $(CPP) $(CPP_PROJ) $< 70