From: curt Date: Tue, 5 Jun 2001 17:47:02 +0000 (+0000) Subject: Added support for #include STL_ITERATOR X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=68572f106d43874f747c35bc5f0ba4bdfe232dc3;p=simgear.git Added support for #include STL_ITERATOR --- diff --git a/SimGear.dsp b/SimGear.dsp index a8fc058e..3ca65910 100644 --- a/SimGear.dsp +++ b/SimGear.dsp @@ -710,6 +710,21 @@ SOURCE=.\simgear\metar\Stspack3.cpp # PROP Default_Filter "" # Begin Source File +SOURCE=.\simgear\misc\commands.cxx + +!IF "$(CFG)" == "SimGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_sgmisc" + +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_sgmisc" + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\simgear\misc\props.cxx !IF "$(CFG)" == "SimGear - Win32 Release" @@ -1433,6 +1448,21 @@ SOURCE=.\simgear\zlib\zutil.c !ENDIF +# End Source File +# Begin Source File + +SOURCE=.\simgear\zlib\zutil.h + +!IF "$(CFG)" == "SimGear - Win32 Release" + +# PROP Intermediate_Dir "Release\Lib_z" + +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug" + +# PROP Intermediate_Dir "Debug\Lib_z" + +!ENDIF + # End Source File # End Group # End Target diff --git a/simgear/compiler.h b/simgear/compiler.h index 3195702c..1cd14c36 100644 --- a/simgear/compiler.h +++ b/simgear/compiler.h @@ -80,6 +80,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING @@ -105,6 +106,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING @@ -126,6 +128,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING @@ -149,6 +152,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING @@ -171,6 +175,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING @@ -202,6 +207,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING @@ -238,6 +244,7 @@ # endif // HAVE_SGI_STL_PORT # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STRING # define SG_NO_DEFAULT_TEMPLATE_ARGS @@ -265,6 +272,7 @@ # define STL_FUNCTIONAL # define STL_IOMANIP # define STL_IOSTREAM +# define STL_ITERATOR # define STL_FSTREAM # define STL_STDEXCEPT # define STL_STRING