[xiph-commits] r2925 - in OggplayPluginWin32SDK/trunk:
project_files project_files/libannodex
project_files/libannodex/win32 project_files/libannodex/win32/VS2003
project_files/libannodex/win32/VS2005 sln
laser13 at svn.annodex.net
laser13 at svn.annodex.net
Thu Jun 14 00:07:38 PDT 2007
Author: laser13
Date: 2007-06-14 00:07:38 -0700 (Thu, 14 Jun 2007)
New Revision: 2925
Added:
OggplayPluginWin32SDK/trunk/project_files/libannodex/
OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/
OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2003/
OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2003/libannodex.vcproj
OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2005/
OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2005/libannodex.vcproj
OggplayPluginWin32SDK/trunk/sln/Plugin_all_2003/
OggplayPluginWin32SDK/trunk/sln/Plugin_all_2005/
Log:
Test setup for libannodex.
Added: OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2003/libannodex.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2003/libannodex.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2003/libannodex.vcproj 2007-06-14 07:07:38 UTC (rev 2925)
@@ -0,0 +1,244 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libannodex"
+ ProjectGUID="{13BFE1FF-00A7-4741-B550-95445D9E0561}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..\include;..\src\libannodex;..\..\liboggz\include;..\..\libogg\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBANNODEX_EXPORTS"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="1"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libannodex.dll"
+ LinkIncremental="2"
+ ModuleDefinitionFile="libannodex.def"
+ AddModuleNamesToAssembly=""
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/libannodex.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/libannodex.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="copy liboggz and libogg to output directory"
+ CommandLine="copy ..\..\liboggz\win32\Debug\liboggz.dll .\Debug
+copy ..\..\libogg\win32\Dynamic_Debug\ogg_d.dll .\Debug"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;..\include;..\src\libannodex;..\..\liboggz\include;..\..\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBANNODEX_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="1"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libannodex.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="libannodex.def"
+ AddModuleNamesToAssembly=""
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/libannodex.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="copy liboggz and libogg to output directory"
+ CommandLine="copy ..\..\liboggz\win32\Release\liboggz.dll .\Release
+copy ..\..\libogg\win32\Dynamic_Release\ogg.dll .\Release"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ <ProjectReference
+ ReferencedProjectIdentifier="{A8D30F09-A16C-49E2-ACBA-A4876D8E0925}"
+ Name="libOggz"/>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\src\libannodex\annodex.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_command.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_compat.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_deprecated.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_element.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_import.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_list.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_params.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_read.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_snprint.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_time.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_track.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_tree.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_write.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\content_type.c">
+ </File>
+ <File
+ RelativePath="dirent.c">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\fix_dl.c">
+ </File>
+ <File
+ RelativePath=".\libannodex.def">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\xtag.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\src\libannodex\anx_bos.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_byteswap.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_command.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_compat.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_import_private.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_mapping.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_private.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_snprint.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_tree.h">
+ </File>
+ <File
+ RelativePath="config.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\content_type.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\fix_dl.h">
+ </File>
+ <File
+ RelativePath="..\src\libannodex\xtag.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2005/libannodex.vcproj
===================================================================
--- OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2005/libannodex.vcproj (rev 0)
+++ OggplayPluginWin32SDK/trunk/project_files/libannodex/win32/VS2005/libannodex.vcproj 2007-06-14 07:07:38 UTC (rev 2925)
@@ -0,0 +1,341 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libannodex"
+ ProjectGUID="{13BFE1FF-00A7-4741-B550-95445D9E0561}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="copy liboggz and libogg to output directory"
+ CommandLine="copy ..\..\liboggz\win32\Debug\liboggz.dll .\Debug
copy ..\..\libogg\win32\Dynamic_Debug\ogg_d.dll .\Debug
"
+ ExcludedFromBuild="true"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..\include;..\src\libannodex;..\..\liboggz\include;..\..\libogg\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBANNODEX_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)$(ConfigurationName)\liboggz.lib $(SolutionDir)$(ConfigurationName)\libogg.lib"
+ OutputFile="$(OutDir)/libannodex.dll"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ ModuleDefinitionFile="libannodex.def"
+ AddModuleNamesToAssembly=""
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/libannodex.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/libannodex.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="copy liboggz and libogg to output directory"
+ CommandLine="copy ..\..\liboggz\win32\Release\liboggz.dll .\Release
copy ..\..\libogg\win32\Dynamic_Release\ogg.dll .\Release
"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;..\include;..\src\libannodex;..\..\liboggz\include;..\..\libogg\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBANNODEX_EXPORTS"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libannodex.dll"
+ LinkIncremental="1"
+ ModuleDefinitionFile="libannodex.def"
+ AddModuleNamesToAssembly=""
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/libannodex.lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\src\libannodex\annodex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_command.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_compat.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_deprecated.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_element.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_import.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_list.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_params.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_read.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_snprint.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_time.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_track.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_tree.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_write.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\content_type.c"
+ >
+ </File>
+ <File
+ RelativePath="dirent.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\fix_dl.c"
+ >
+ </File>
+ <File
+ RelativePath=".\libannodex.def"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\xtag.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\src\libannodex\anx_bos.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_byteswap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_command.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_compat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_import_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_mapping.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_private.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_snprint.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\anx_tree.h"
+ >
+ </File>
+ <File
+ RelativePath="config.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\content_type.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\fix_dl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\libannodex\xtag.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
More information about the commits
mailing list