From 1a5cdb257939bf4beb683f0d089ea37ffe698945 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 29 Mar 2009 13:23:50 +0000 Subject: [PATCH] updated project files to include cap_avi.c and cap_ogg.c note: these are MSVC++ 2008 files - I don't have 2005 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8831 d7cf8633-e32d-0410-b094-e92efae38249 --- darkplaces-dedicated.vcproj | 29 ++++++++++++++++++++++------- darkplaces-sdl.vcproj | 29 ++++++++++++++++++++++------- darkplaces.sln | 4 ++-- darkplaces.vcproj | 29 ++++++++++++++++++++++------- 4 files changed, 68 insertions(+), 23 deletions(-) diff --git a/darkplaces-dedicated.vcproj b/darkplaces-dedicated.vcproj index 8edf0bbc..03b6777a 100755 --- a/darkplaces-dedicated.vcproj +++ b/darkplaces-dedicated.vcproj @@ -1,10 +1,11 @@ - @@ -168,6 +168,8 @@ ProgramDatabaseFile="$(OutDir)\darkplaces-dedicated-debug.pdb" SubSystem="1" LargeAddressAware="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -423,6 +422,14 @@ /> + + + + @@ -3410,6 +3417,14 @@ RelativePath="bspfile.h" > + + + + diff --git a/darkplaces-sdl.vcproj b/darkplaces-sdl.vcproj index 3e640c91..02abda8c 100755 --- a/darkplaces-sdl.vcproj +++ b/darkplaces-sdl.vcproj @@ -1,10 +1,11 @@ - @@ -171,6 +171,8 @@ GenerateDebugInformation="true" SubSystem="1" LargeAddressAware="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -433,6 +432,14 @@ /> + + + + @@ -4012,6 +4019,14 @@ RelativePath="bspfile.h" > + + + + diff --git a/darkplaces.sln b/darkplaces.sln index 5c10dc27..15f33216 100755 --- a/darkplaces.sln +++ b/darkplaces.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "darkplaces", "darkplaces.vcproj", "{2A31FD21-E0DF-462F-BB97-844CCD7B9E19}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "darkplaces-dedicated", "darkplaces-dedicated.vcproj", "{F8FBA9F0-F4E4-4B22-B6D1-21F7FB9C72F7}" diff --git a/darkplaces.vcproj b/darkplaces.vcproj index 5120a112..ddf527af 100755 --- a/darkplaces.vcproj +++ b/darkplaces.vcproj @@ -1,10 +1,11 @@ - @@ -168,6 +168,8 @@ GenerateDebugInformation="true" SubSystem="2" LargeAddressAware="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -423,6 +422,14 @@ /> + + + + @@ -3700,6 +3707,14 @@ RelativePath="bspfile.h" > + + + + -- 2.39.2