[xiph-commits] r13381 - in trunk/ogg/win32/VS2003: . libogg
sping at svn.xiph.org
sping at svn.xiph.org
Sat Jul 28 14:28:30 PDT 2007
Author: sping
Date: 2007-07-28 14:28:30 -0700 (Sat, 28 Jul 2007)
New Revision: 13381
Added:
trunk/ogg/win32/VS2003/ogg.sln
Modified:
trunk/ogg/win32/VS2003/
trunk/ogg/win32/VS2003/libogg/
trunk/ogg/win32/VS2003/libogg/libogg.vcproj
Log:
Make VS2003 do what VS2005 already does
Property changes on: trunk/ogg/win32/VS2003
___________________________________________________________________
Name: svn:ignore
+ debug
release
*.ncb
*.suo
Property changes on: trunk/ogg/win32/VS2003/libogg
___________________________________________________________________
Name: svn:ignore
+ Debug
Release
Release_SSE
Release_SSE2
*.ncb
Modified: trunk/ogg/win32/VS2003/libogg/libogg.vcproj
===================================================================
--- trunk/ogg/win32/VS2003/libogg/libogg.vcproj 2007-07-28 21:27:15 UTC (rev 13380)
+++ trunk/ogg/win32/VS2003/libogg/libogg.vcproj 2007-07-28 21:28:30 UTC (rev 13381)
@@ -12,7 +12,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
+ OutputDirectory="..\debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
CharacterSet="2">
@@ -64,7 +64,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
+ OutputDirectory="..\release"
IntermediateDirectory="Release"
ConfigurationType="2"
CharacterSet="2"
@@ -96,7 +96,7 @@
OutputFile="$(OutDir)/libogg.dll"
LinkIncremental="1"
ModuleDefinitionFile="..\..\ogg.def"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="FALSE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -126,7 +126,7 @@
</Configuration>
<Configuration
Name="Release_SSE|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="..\release"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="2"
@@ -160,7 +160,7 @@
OutputFile="$(OutDir)/libogg.dll"
LinkIncremental="1"
ModuleDefinitionFile="..\..\ogg.def"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="FALSE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
@@ -190,7 +190,7 @@
</Configuration>
<Configuration
Name="Release_SSE2|Win32"
- OutputDirectory="$(ConfigurationName)"
+ OutputDirectory="..\release"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="2"
@@ -223,7 +223,7 @@
OutputFile="$(OutDir)/libogg.dll"
LinkIncremental="1"
ModuleDefinitionFile="..\..\ogg.def"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="FALSE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
Added: trunk/ogg/win32/VS2003/ogg.sln
===================================================================
--- trunk/ogg/win32/VS2003/ogg.sln (rev 0)
+++ trunk/ogg/win32/VS2003/ogg.sln 2007-07-28 21:28:30 UTC (rev 13381)
@@ -0,0 +1,27 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "libogg\libogg.vcproj", "{15CBFEFF-7965-41F5-B4E2-21E8795C9159}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ Release_SSE = Release_SSE
+ Release_SSE2 = Release_SSE2
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug.ActiveCfg = Debug|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Debug.Build.0 = Debug|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release.ActiveCfg = Release|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release.Build.0 = Release|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE.ActiveCfg = Release_SSE|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE.Build.0 = Release_SSE|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE2.ActiveCfg = Release_SSE2|Win32
+ {15CBFEFF-7965-41F5-B4E2-21E8795C9159}.Release_SSE2.Build.0 = Release_SSE2|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
More information about the commits
mailing list