From a338248e3eac546e3a5993f6cbddcef706db4f19 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 3 Oct 2013 12:08:57 +0200 Subject: [PATCH] - converted project to Visual Studio 2008 format. I own a full professional version of 2008 and 2005 is having some stability issues with Windows 7 so it makes no sense to stick to the old compiler. --- bzip2/bzip2.vcproj | 3 +- dumb/vc6/dumb_static/dumb_static.vcproj | 3 +- game-music-emu/game-music-emu.vcproj | 183 +++-- gdtoa/gdtoa.vcproj | 3 +- gzdoom.sln | 4 +- gzdoom.vcproj | 775 +++++++++++---------- jpeg-6b/jpeg-6b.vcproj | 3 +- lzma/lzmalib.vcproj | 3 +- tools/fixrtext/fixrtext.vcproj | 13 +- tools/lemon/lemon.vcproj | 23 +- tools/re2c/re2c.vcproj | 23 +- tools/updaterevision/updaterevision.vcproj | 171 +++-- tools/zipdir/zipdir.vcproj | 23 +- wadsrc/wadsrc.vcproj | 11 +- wadsrc_bm/brightmaps.vcproj | 49 +- wadsrc_lights/lights.vcproj | 49 +- zlib/zlib.vcproj | 17 +- 17 files changed, 676 insertions(+), 680 deletions(-) diff --git a/bzip2/bzip2.vcproj b/bzip2/bzip2.vcproj index 72510949d..4b8aef564 100644 --- a/bzip2/bzip2.vcproj +++ b/bzip2/bzip2.vcproj @@ -1,11 +1,12 @@ @@ -174,8 +172,8 @@ EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" OmitFramePointers="true" - WholeProgramOptimization="true" - PreprocessorDefinitions="WIN32;NDEBUG;GME_DLL" + WholeProgramOptimization="false" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB" StringPooling="true" ExceptionHandling="0" RuntimeLibrary="0" @@ -193,78 +191,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -351,6 +277,80 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + - diff --git a/gdtoa/gdtoa.vcproj b/gdtoa/gdtoa.vcproj index 7195c1457..b179daaf0 100644 --- a/gdtoa/gdtoa.vcproj +++ b/gdtoa/gdtoa.vcproj @@ -1,11 +1,12 @@ + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - @@ -440,6 +440,8 @@ StackReserveSize="0" TerminalServerAware="2" SetChecksum="false" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - @@ -977,7 +976,7 @@ /> - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - @@ -1859,6 +1850,14 @@ Outputs="$(IntDir)/$(InputName).obj" /> + + + @@ -2235,7 +2234,7 @@ /> + + + @@ -2456,14 +2463,6 @@ AdditionalIncludeDirectories="src\win32;$(NoInherit)" /> - - - @@ -2778,7 +2777,7 @@ /> + + + + + + + + + - - - - @@ -138,6 +138,8 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - diff --git a/tools/lemon/lemon.vcproj b/tools/lemon/lemon.vcproj index 9f46d4df9..d3205b967 100644 --- a/tools/lemon/lemon.vcproj +++ b/tools/lemon/lemon.vcproj @@ -1,11 +1,12 @@ - @@ -159,6 +159,8 @@ OptimizeReferences="2" EnableCOMDATFolding="2" OptimizeForWindows98="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - @@ -241,6 +240,8 @@ OptimizeReferences="2" EnableCOMDATFolding="2" OptimizeForWindows98="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -325,6 +323,8 @@ OptimizeReferences="2" EnableCOMDATFolding="2" OptimizeForWindows98="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - diff --git a/tools/re2c/re2c.vcproj b/tools/re2c/re2c.vcproj index c10906185..5d82bd460 100644 --- a/tools/re2c/re2c.vcproj +++ b/tools/re2c/re2c.vcproj @@ -1,11 +1,12 @@ - @@ -156,6 +156,8 @@ OptimizeReferences="2" EnableCOMDATFolding="2" OptimizeForWindows98="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - @@ -237,6 +236,8 @@ OptimizeReferences="2" EnableCOMDATFolding="2" OptimizeForWindows98="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -320,6 +318,8 @@ OptimizeReferences="2" EnableCOMDATFolding="2" OptimizeForWindows98="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - diff --git a/tools/updaterevision/updaterevision.vcproj b/tools/updaterevision/updaterevision.vcproj index 0421cbb65..17675b681 100644 --- a/tools/updaterevision/updaterevision.vcproj +++ b/tools/updaterevision/updaterevision.vcproj @@ -1,11 +1,12 @@ - - - - - - - - - - - - - - - - - - - - - @@ -221,6 +144,8 @@ LinkIncremental="2" GenerateDebugInformation="true" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> + + + + + + + + + + + + + + + + + + - @@ -349,7 +346,7 @@ /> - - - - diff --git a/wadsrc_bm/brightmaps.vcproj b/wadsrc_bm/brightmaps.vcproj index 12581c338..eaf6a4729 100644 --- a/wadsrc_bm/brightmaps.vcproj +++ b/wadsrc_bm/brightmaps.vcproj @@ -1,11 +1,12 @@ + + + + + + - - - - - - diff --git a/wadsrc_lights/lights.vcproj b/wadsrc_lights/lights.vcproj index 6f5a0e641..b3b2cc5d4 100644 --- a/wadsrc_lights/lights.vcproj +++ b/wadsrc_lights/lights.vcproj @@ -1,11 +1,12 @@ + + + + + + - - - - - - diff --git a/zlib/zlib.vcproj b/zlib/zlib.vcproj index 3e0ba5ff7..06d9ed48c 100644 --- a/zlib/zlib.vcproj +++ b/zlib/zlib.vcproj @@ -1,10 +1,11 @@ - - - - - -