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" 8 NULL= 9 !ELSE 10 NULL=nul 11 !ENDIF 12 ################################################################################ 13 # Begin Project 14 RSC=rc.exe 15 CPP=icl.exe 16 F90=fl32.exe 17 18 OUTDIR=. 19 INTDIR=. 20 21 # set this directories 22 STL_INCL=../../stlport 23 VC_INCL=. 24 # d:/vc41/msdev/include 25 26 Dep_stl = TestClass.obj main.obj nc_alloc.obj \ 27 random_number.obj test_algo.obj test_algobase.obj test_bit_vector.obj test_deque.obj \ 28 test_hash_map.obj test_hash_set.obj test_list.obj test_map.obj test_rope.obj test_set.obj \ 29 test_slist.obj test_vector.obj test_string.obj test_bitset.obj test_valarray.obj 30 31 LINK32=link.exe 32 33 CPP_PROJ=/nologo /W3 /GX /D "WIN32" /MTd /Zi /Gm /Od /D "_CONSOLE" /I$(STL_INCL) /I. /D_DEBUG 34 35 CPP_LIBS = /link /libpath:"..\..\lib" 36 37 check: eh_test.out 38 39 eh_test.out : $(Dep_stl) 40 $(CPP) $(CPP_PROJ) $(Dep_stl) -o eh_test.exe $(CPP_LIBS) 41 .\eh_test.exe 42 echo done 43 44 clean : 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