Sha256: 6ad0e2eea2c5aeb13fce84542641c5d1af058f3d2c901c1565ea153d3aafa2ab

Contents?: true

Size: 1.14 KB

Versions: 135

Compression:

Stored size: 1.14 KB

Contents

!if !EXIST(..\..\Makefiles\config.mak)
!error No config file found, please run 'configure --help' first.
!endif

!include ..\..\Makefiles\config.mak

!ifndef COMPILER_NAME
!error No compiler set, please run 'configure --help' first and chose a compiler.
!endif

!if (("$(COMPILER_NAME)" != "vc6") && \
     ("$(COMPILER_NAME)" != "vc70") && \
     ("$(COMPILER_NAME)" != "vc71") && \
     ("$(COMPILER_NAME)" != "vc8") && \
     ("$(COMPILER_NAME)" != "icl"))
!error '$(COMPILER_NAME)' not supported by this make file, please rerun 'configure' script and follow instructions.
!endif

SRCROOT=../..
STLPORT_DIR=../../..

!include Makefile.inc

#Comment following line to build unit tests without STLport
INCLUDES=$(INCLUDES) /I$(STLPORT_INCLUDE_DIR) /I$(STLPORT_DIR)/src /FI warning_disable.h
#INCLUDES=$(INCLUDES) /I$(STLPORT_DIR)/src /FI warning_disable.h

# Important in a number of builds.
OPT = /Zm800

DEFS_DBG=/D_STLP_DEBUG_UNINITIALIZED
DEFS_STLDBG=/D_STLP_DEBUG_UNINITIALIZED
DEFS_STATIC_DBG=/D_STLP_DEBUG_UNINITIALIZED
DEFS_STATIC_STLDBG=/D_STLP_DEBUG_UNINITIALIZED

LDSEARCH=$(LDSEARCH) /LIBPATH:$(STLPORT_LIB_DIR)

!include $(SRCROOT)/Makefiles/nmake/top.mak

Version data entries

135 entries across 135 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-7.5.1 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-7.4.1 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-7.1.17 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-6.2.0 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-6.0.11 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.18 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.17 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.15 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.0.22 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.2 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.0.7 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.0.3 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-5.5.0 platform/shared/stlport/build/test/unit/msvc.mak
tauplatform-1.0.3 platform/shared/stlport/build/test/unit/msvc.mak
tauplatform-1.0.2 platform/shared/stlport/build/test/unit/msvc.mak
tauplatform-1.0.1 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-3.5.1.12 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-3.3.5 platform/shared/stlport/build/test/unit/msvc.mak
rhodes-3.4.2 platform/shared/stlport/build/test/unit/msvc.mak