[xiph-commits] r11176 - in trunk/ogg2: include/ogg2 win32 win32/VS2005 win32/VS2005/libogg2

illiminable at svn.xiph.org illiminable at svn.xiph.org
Thu Apr 20 07:06:13 PDT 2006


Author: illiminable
Date: 2006-04-20 07:06:08 -0700 (Thu, 20 Apr 2006)
New Revision: 11176

Added:
   trunk/ogg2/win32/VS2005/
   trunk/ogg2/win32/VS2005/libogg2/
   trunk/ogg2/win32/VS2005/libogg2/libogg2.vcproj
Modified:
   trunk/ogg2/include/ogg2/mutex.c
Log:
* Add a missing #endif to mutex.c
* Add VS2005 project files to libogg2, builds with USE_NO_THREADS

Modified: trunk/ogg2/include/ogg2/mutex.c
===================================================================
--- trunk/ogg2/include/ogg2/mutex.c	2006-04-20 13:52:39 UTC (rev 11175)
+++ trunk/ogg2/include/ogg2/mutex.c	2006-04-20 14:06:08 UTC (rev 11176)
@@ -46,3 +46,4 @@
 #error "this platform has no threading primitive wrappers in ogg/mutex.c"
 
 #endif
+#endif
\ No newline at end of file

Added: trunk/ogg2/win32/VS2005/libogg2/libogg2.vcproj
===================================================================
--- trunk/ogg2/win32/VS2005/libogg2/libogg2.vcproj	2006-04-20 13:52:39 UTC (rev 11175)
+++ trunk/ogg2/win32/VS2005/libogg2/libogg2.vcproj	2006-04-20 14:06:08 UTC (rev 11176)
@@ -0,0 +1,215 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="libogg2"
+	ProjectGUID="{A0CB6805-D31A-43E8-934A-8428180102A6}"
+	RootNamespace="libogg2"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..\..\..\include"
+				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_NO_THREADS"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="1"
+			WholeProgramOptimization="1"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="..\..\..\include"
+				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;USE_NO_THREADS"
+				RuntimeLibrary="2"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="3"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLibrarianTool"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\..\src\bitwise.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\buffer.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\bytewise.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\include\ogg2\mutex.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\stream.c"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\sync.c"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\..\include\ogg2\config_types.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\mutex.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\include\ogg2\ogg.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\src\ogginternal.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\include\ogg2\os_types.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+		<File
+			RelativePath=".\ReadMe.txt"
+			>
+		</File>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>



More information about the commits mailing list