From: curt Date: Mon, 13 Aug 2001 17:14:21 +0000 (+0000) Subject: MSVC tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4f76c258afad302ed312d143459ccaa61d1fbfd2;p=simgear.git MSVC tweaks. --- diff --git a/README b/README index 668db272..b79c41f1 100644 --- a/README +++ b/README @@ -1,3 +1 @@ -MSVC5 users: - - Copy simgear/config.h.vc5 to simgear/config.h before building. +[ nothing here at this time ] diff --git a/SimGear.dsp b/SimGear.dsp index f7613157..6fabb43a 100644 --- a/SimGear.dsp +++ b/SimGear.dsp @@ -773,6 +773,21 @@ SOURCE=.\simgear\misc\commands.cxx # End Source File # Begin Source File +SOURCE=.\simgear\misc\exception.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" diff --git a/simgear/Makefile.am b/simgear/Makefile.am index 6cddb530..b0581e42 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -25,7 +25,7 @@ endif # METAR_DIRS = METAR_DIRS = metar -EXTRA_DIST = version.h.in +EXTRA_DIST = simgear_config.h.vc5 version.h.in include_HEADERS = \ compiler.h constants.h sg_inlines.h sg_traits.hxx sg_zlib.h version.h