[xiph-commits] r10239 -
branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Sat Oct 22 00:54:41 PDT 2005
Author: illiminable
Date: 2005-10-22 00:54:36 -0700 (Sat, 22 Oct 2005)
New Revision: 10239
Added:
branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.def
Modified:
branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.vcproj
Log:
* Change calling convention to __stdcall
* Change runtime library
* Link to directshow
* Add def file
Added: branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.def
===================================================================
--- branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.def 2005-10-22 07:48:39 UTC (rev 10238)
+++ branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.def 2005-10-22 07:54:36 UTC (rev 10239)
@@ -0,0 +1,7 @@
+LIBRARY dsfOggDemux2
+EXPORTS
+ DllMain PRIVATE
+ DllGetClassObject PRIVATE
+ DllCanUnloadNow PRIVATE
+ DllRegisterServer PRIVATE
+ DllUnregisterServer PRIVATE
Modified: branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.vcproj
===================================================================
--- branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.vcproj 2005-10-22 07:48:39 UTC (rev 10238)
+++ branches/oggdsf_new_demux/src/lib/core/directshow/dsfOggDemux2/dsfOggDemux2.vcproj 2005-10-22 07:54:36 UTC (rev 10239)
@@ -23,17 +23,21 @@
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DSFOGGDEMUX2_EXPORTS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="3"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="4"
+ CallingConvention="2"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="Strmbasd.lib Msvcrtd.lib Winmm.lib Strmiids.lib Quartz.lib wsock32.lib shlwapi.lib"
OutputFile="$(OutDir)/dsfOggDemux2.dll"
LinkIncremental="2"
+ AdditionalLibraryDirectories=""C:\DXSDK\Samples\C++\DirectShow\BaseClasses\Debug""
+ ModuleDefinitionFile="dsfOggDemux2.def"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/dsfOggDemux2.pdb"
SubSystem="2"
@@ -70,17 +74,19 @@
Name="VCCLCompilerTool"
AdditionalIncludeDirectories=""C:\DXSDK\Samples\C++\DirectShow\BaseClasses";C:\DXSDK\Include;..\..\ogg;..\..\..\helper"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSFOGGDEMUX2_EXPORTS"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="3"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
+ DebugInformationFormat="3"
+ CallingConvention="2"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/dsfOggDemux2.dll"
LinkIncremental="1"
+ ModuleDefinitionFile="dsfOggDemux2.def"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
@@ -120,6 +126,9 @@
RelativePath=".\dsfOggDemux2.cpp">
</File>
<File
+ RelativePath=".\dsfOggDemux2.def">
+ </File>
+ <File
RelativePath=".\OggDemuxPageSourceFilter.cpp">
</File>
<File
More information about the commits
mailing list