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