|
From: libvidcap c. m. <lib...@li...> - 2007-10-10 18:31:40
|
Revision: 45
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=45&view=rev
Author: bcholew
Date: 2007-10-10 11:31:30 -0700 (Wed, 10 Oct 2007)
Log Message:
-----------
Add missing modules to vcproj file: DirectShowObject and SourceStateMachine.
Modified Paths:
--------------
trunk/contrib/win/vs2005/libvidcap.vcproj
Modified: trunk/contrib/win/vs2005/libvidcap.vcproj
===================================================================
--- trunk/contrib/win/vs2005/libvidcap.vcproj 2007-10-10 18:04:18 UTC (rev 44)
+++ trunk/contrib/win/vs2005/libvidcap.vcproj 2007-10-10 18:31:30 UTC (rev 45)
@@ -188,6 +188,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\directshow\DirectShowObject.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\src\directshow\DirectShowSource.cpp"
>
<FileConfiguration
@@ -284,6 +304,26 @@
>
</File>
<File
+ RelativePath="..\..\..\src\directshow\SourceStateMachine.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ CompileAs="2"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\..\src\vidcap.c"
>
<FileConfiguration
@@ -324,6 +364,10 @@
>
</File>
<File
+ RelativePath="..\..\..\src\directshow\DirectShowObject.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\directshow\DirectShowSource.h"
>
</File>
@@ -356,6 +400,10 @@
>
</File>
<File
+ RelativePath="..\..\..\src\directshow\SourceStateMachine.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\include\vidcap\vidcap.h"
>
</File>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|