summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorsping <sping@xiph.org>2007-07-28 21:28:30 +0000
committersping <sping@xiph.org>2007-07-28 21:28:30 +0000
commit7e4a4354be842a394c503a840e1451ba4efe073e (patch)
tree1f37c1936869ad25481408690a4901e2d97d9fb3 /win32
parent2a0889dd5195bb906894fef1585d639ecc9cf67b (diff)
downloadogg-git-7e4a4354be842a394c503a840e1451ba4efe073e.tar.gz
Make VS2003 do what VS2005 already does
svn path=/trunk/ogg/; revision=13381
Diffstat (limited to 'win32')
-rw-r--r--win32/VS2003/libogg/libogg.vcproj14
-rw-r--r--win32/VS2003/ogg.sln27
2 files changed, 34 insertions, 7 deletions
diff --git a/win32/VS2003/libogg/libogg.vcproj b/win32/VS2003/libogg/libogg.vcproj
index a351e08..5c56b1c 100644
--- a/win32/VS2003/libogg/libogg.vcproj
+++ b/win32/VS2003/libogg/libogg.vcproj
@@ -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"
diff --git a/win32/VS2003/ogg.sln b/win32/VS2003/ogg.sln
new file mode 100644
index 0000000..bb829f5
--- /dev/null
+++ b/win32/VS2003/ogg.sln
@@ -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