[matroska] r735 - in trunk/libmatroska/make/vc7: . lib lib/dll
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-08-28 18:04:05 +0400 (Sat, 28 Aug 2004)
New Revision: 735
Added:
trunk/libmatroska/make/vc7/lib/dll/
trunk/libmatroska/make/vc7/lib/dll/libmatroskadll.v71.vcproj
Modified:
trunk/libmatroska/make/vc7/vc7.sln
Log:
allow DLL building with MSVC7 (not compatible with the MinGW DLLs)
Added: trunk/libmatroska/make/vc7/lib/dll/libmatroskadll.v71.vcproj
===================================================================
--- trunk/libmatroska/make/vc7/lib/dll/libmatroskadll.v71.vcproj 2004-08-27 18:58:27 UTC (rev 734)
+++ trunk/libmatroska/make/vc7/lib/dll/libmatroskadll.v71.vcproj 2004-08-28 14:04:05 UTC (rev 735)
@@ -0,0 +1,277 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="libmatroskadll"
+ ProjectGUID="{B227AC03-C69E-46B1-B91E-A77BE4C6F83A}"
+ 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="../../../../../libebml;../../../.."
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EBML_DLL;MATROSKA_DLL;MATROSKA_DLL_EXPORT"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libmatroska.dll"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/libmatroska.pdb"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/libmatroska.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <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="../../../../../libebml;../../../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;EBML_DLL;MATROSKA_DLL;MATROSKA_DLL_EXPORT"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/libmatroska.dll"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/libmatroska.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </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\KaxAttached.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxAttachments.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxBlock.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxBlockData.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxChapters.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxCluster.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxClusterData.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxContentEncoding.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxContexts.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxCues.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxCuesData.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxInfoData.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxSeekHead.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxSegment.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTag.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTagMulti.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTags.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTrackAudio.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTrackEntryData.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTracks.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxTrackVideo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\..\src\KaxVersion.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\..\..\matroska\KaxAttached.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxAttachments.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxBlock.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxBlockData.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxChapters.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxCluster.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxClusterData.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxConfig.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxContentEncoding.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxContexts.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxCues.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxCuesData.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxInfoData.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxSeekHead.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxSegment.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTag.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTagMulti.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTags.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTrackAudio.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTrackEntryData.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTracks.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTrackVideo.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\..\..\matroska\KaxVersion.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>
Modified: trunk/libmatroska/make/vc7/vc7.sln
===================================================================
(Binary files differ)