]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
updated project files to include cap_avi.c and cap_ogg.c
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 29 Mar 2009 13:23:50 +0000 (13:23 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 29 Mar 2009 13:23:50 +0000 (13:23 +0000)
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
darkplaces-sdl.vcproj
darkplaces.sln
darkplaces.vcproj

index 8edf0bbc1fcfc2a76b6cdd33ccd58f95f54dc135..03b6777ad155f2073dea087af21c891fedb34a1d 100755 (executable)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="Windows-1252"?>\r
 <VisualStudioProject\r
        ProjectType="Visual C++"\r
-       Version="8.00"\r
+       Version="9.00"\r
        Name="darkplaces-dedicated"\r
        ProjectGUID="{F8FBA9F0-F4E4-4B22-B6D1-21F7FB9C72F7}"\r
        RootNamespace="darkplaces-dedicated"\r
+       TargetFrameworkVersion="131072"\r
        >\r
        <Platforms>\r
                <Platform\r
@@ -77,6 +78,8 @@
                                LinkIncremental="1"\r
                                SubSystem="1"\r
                                LargeAddressAware="2"\r
+                               RandomizedBaseAddress="1"\r
+                               DataExecutionPrevention="0"\r
                                TargetMachine="1"\r
                        />\r
                        <Tool\r
                        <Tool\r
                                Name="VCAppVerifierTool"\r
                        />\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"\r
-                       />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
                        />\r
                                ProgramDatabaseFile="$(OutDir)\darkplaces-dedicated-debug.pdb"\r
                                SubSystem="1"\r
                                LargeAddressAware="2"\r
+                               RandomizedBaseAddress="1"\r
+                               DataExecutionPrevention="0"\r
                                TargetMachine="1"\r
                        />\r
                        <Tool\r
                        <Tool\r
                                Name="VCAppVerifierTool"\r
                        />\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"\r
-                       />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
                        />\r
                                        />\r
                                </FileConfiguration>\r
                        </File>\r
+                       <File\r
+                               RelativePath=".\cap_avi.c"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\cap_ogg.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="cd_null.c"\r
                                >\r
                                RelativePath="bspfile.h"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath=".\cap_avi.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\cap_ogg.h"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="cdaudio.h"\r
                                >\r
index 3e640c9171e681a87ada49e326d04d32fabad191..02abda8c5513613ae10c2fac06b11cf5a92e1802 100755 (executable)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="Windows-1252"?>\r
 <VisualStudioProject\r
        ProjectType="Visual C++"\r
-       Version="8.00"\r
+       Version="9.00"\r
        Name="darkplaces-sdl"\r
        ProjectGUID="{4C61C95C-3753-46B8-B817-4D57E48A9C45}"\r
        RootNamespace="darkplaces-sdl"\r
+       TargetFrameworkVersion="131072"\r
        >\r
        <Platforms>\r
                <Platform\r
@@ -79,6 +80,8 @@
                                IgnoreDefaultLibraryNames=""\r
                                SubSystem="1"\r
                                LargeAddressAware="2"\r
+                               RandomizedBaseAddress="1"\r
+                               DataExecutionPrevention="0"\r
                                TargetMachine="1"\r
                        />\r
                        <Tool\r
                        <Tool\r
                                Name="VCAppVerifierTool"\r
                        />\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"\r
-                       />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
                        />\r
                                GenerateDebugInformation="true"\r
                                SubSystem="1"\r
                                LargeAddressAware="2"\r
+                               RandomizedBaseAddress="1"\r
+                               DataExecutionPrevention="0"\r
                                TargetMachine="1"\r
                        />\r
                        <Tool\r
                        <Tool\r
                                Name="VCAppVerifierTool"\r
                        />\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"\r
-                       />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
                        />\r
                                        />\r
                                </FileConfiguration>\r
                        </File>\r
+                       <File\r
+                               RelativePath=".\cap_avi.c"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\cap_ogg.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="cd_sdl.c"\r
                                >\r
                                RelativePath="bspfile.h"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath=".\cap_avi.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\cap_ogg.h"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="cdaudio.h"\r
                                >\r
index 5c10dc273e552375ed133bbaee31a5beda78e0be..15f33216af13a83aeca92375a2e1e5f719715b66 100755 (executable)
@@ -1,6 +1,6 @@
 \r
-Microsoft Visual Studio Solution File, Format Version 9.00\r
-# Visual Studio 2005\r
+Microsoft Visual Studio Solution File, Format Version 10.00\r
+# Visual C++ Express 2008\r
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "darkplaces", "darkplaces.vcproj", "{2A31FD21-E0DF-462F-BB97-844CCD7B9E19}"\r
 EndProject\r
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "darkplaces-dedicated", "darkplaces-dedicated.vcproj", "{F8FBA9F0-F4E4-4B22-B6D1-21F7FB9C72F7}"\r
index 5120a112a0c55c5656a02558e1ae4ddabd8d01f9..ddf527af2d06fce428462c39f173fd91c55f5936 100755 (executable)
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="Windows-1252"?>\r
 <VisualStudioProject\r
        ProjectType="Visual C++"\r
-       Version="8.00"\r
+       Version="9.00"\r
        Name="darkplaces"\r
        ProjectGUID="{2A31FD21-E0DF-462F-BB97-844CCD7B9E19}"\r
        RootNamespace="darkplaces"\r
+       TargetFrameworkVersion="131072"\r
        >\r
        <Platforms>\r
                <Platform\r
@@ -78,6 +79,8 @@
                                ProgramDatabaseFile=""\r
                                SubSystem="2"\r
                                LargeAddressAware="2"\r
+                               RandomizedBaseAddress="1"\r
+                               DataExecutionPrevention="0"\r
                                TargetMachine="1"\r
                        />\r
                        <Tool\r
                        <Tool\r
                                Name="VCAppVerifierTool"\r
                        />\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"\r
-                       />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
                        />\r
                                GenerateDebugInformation="true"\r
                                SubSystem="2"\r
                                LargeAddressAware="2"\r
+                               RandomizedBaseAddress="1"\r
+                               DataExecutionPrevention="0"\r
                                TargetMachine="1"\r
                        />\r
                        <Tool\r
                        <Tool\r
                                Name="VCAppVerifierTool"\r
                        />\r
-                       <Tool\r
-                               Name="VCWebDeploymentTool"\r
-                       />\r
                        <Tool\r
                                Name="VCPostBuildEventTool"\r
                        />\r
                                        />\r
                                </FileConfiguration>\r
                        </File>\r
+                       <File\r
+                               RelativePath=".\cap_avi.c"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\cap_ogg.c"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="cd_shared.c"\r
                                >\r
                                RelativePath="bspfile.h"\r
                                >\r
                        </File>\r
+                       <File\r
+                               RelativePath=".\cap_avi.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\cap_ogg.h"\r
+                               >\r
+                       </File>\r
                        <File\r
                                RelativePath="cdaudio.h"\r
                                >\r