# HG changeset patch # User jimtla # Date 1275577697 14400 # Node ID be2250bb482b6a3b5e5a439689c338d1a891fbf1 # Parent eea1bf53effa5cc2b0d63d270d7ea91a97915eee Fixed some windows compilation bugs - Still does not compile. diff -r eea1bf53effa -r be2250bb482b VisualC/SDL.sln --- a/VisualC/SDL.sln Tue Jun 01 02:54:33 2010 -0400 +++ b/VisualC/SDL.sln Thu Jun 03 11:08:17 2010 -0400 @@ -1,5 +1,5 @@ -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDL", "SDL\SDL.vcproj", "{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SDLmain", "SDLmain\SDLmain.vcproj", "{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}" diff -r eea1bf53effa -r be2250bb482b VisualC/SDL/SDL.vcproj --- a/VisualC/SDL/SDL.vcproj Tue Jun 01 02:54:33 2010 -0400 +++ b/VisualC/SDL/SDL.vcproj Thu Jun 03 11:08:17 2010 -0400 @@ -1,10 +1,11 @@ @@ -107,9 +110,6 @@ Name="VCAppVerifierTool" /> - @@ -185,6 +185,8 @@ IgnoreAllDefaultLibraries="true" ProgramDatabaseFile=".\Release/SDL.pdb" SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" ImportLibrary=".\Release/SDL.lib" /> - @@ -929,6 +928,14 @@ > + + + + diff -r eea1bf53effa -r be2250bb482b VisualC/SDLmain/SDLmain.vcproj --- a/VisualC/SDLmain/SDLmain.vcproj Tue Jun 01 02:54:33 2010 -0400 +++ b/VisualC/SDLmain/SDLmain.vcproj Thu Jun 03 11:08:17 2010 -0400 @@ -1,9 +1,10 @@