[xiph-commits] r11619 - in branches/oggdsf_ce_port/src/tools: OOOggCommentDump OOOggDump OOOggPacketise OOOggPageInfo OOOggSeekFileMaker OOOggSeekFileQuery OOOggSeekFileReader OOOggStat OOOggValidate

illiminable at svn.xiph.org illiminable at svn.xiph.org
Thu Jun 22 11:56:43 PDT 2006


Author: illiminable
Date: 2006-06-22 11:56:28 -0700 (Thu, 22 Jun 2006)
New Revision: 11619

Modified:
   branches/oggdsf_ce_port/src/tools/OOOggCommentDump/OOOggCommentDump.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggDump/OOOggDump.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggPacketise/OOOggPacketise.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggPageInfo/OOOggPageInfo.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggSeekFileMaker/OOOggSeekFileMaker.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggSeekFileQuery/OOOggSeekFileQuery.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggSeekFileReader/OOOggSeekFileReader.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggStat/OOOggStat.vcproj
   branches/oggdsf_ce_port/src/tools/OOOggValidate/OOOggValidate.vcproj
Log:
* More unicows
* More ignores

Modified: branches/oggdsf_ce_port/src/tools/OOOggCommentDump/OOOggCommentDump.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggCommentDump/OOOggCommentDump.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggCommentDump/OOOggCommentDump.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,7 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="libOOOgg.lib libVorbisComment.lib"
+				AdditionalDependencies="libOOOgg.lib libVorbisComment.lib unicows.lib"
 				OutputFile="$(OutDir)/OOOggCommentDump.exe"
 				LinkIncremental="2"
 				AdditionalLibraryDirectories="..\..\lib\core\ogg\libOOOgg\Debug; ..\..\lib\core\ogg\libVorbisComment\Debug"
@@ -314,7 +314,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="libOOOgg.lib libVorbisComment.lib"
+				AdditionalDependencies="libOOOgg.lib libVorbisComment.lib unicows.lib"
 				OutputFile="$(OutDir)/OOOggCommentDump.exe"
 				LinkIncremental="1"
 				AdditionalLibraryDirectories="..\..\lib\core\ogg\libOOOgg\Release; ..\..\lib\core\ogg\libVorbisComment\Release"

Modified: branches/oggdsf_ce_port/src/tools/OOOggDump/OOOggDump.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggDump/OOOggDump.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggDump/OOOggDump.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggDump.exe"
 				LinkIncremental="2"
 				AdditionalLibraryDirectories=""
@@ -312,6 +313,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggDump.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggPacketise/OOOggPacketise.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggPacketise/OOOggPacketise.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggPacketise/OOOggPacketise.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggPacketise.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -306,6 +307,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggPacketise.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggPageInfo/OOOggPageInfo.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggPageInfo/OOOggPageInfo.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggPageInfo/OOOggPageInfo.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggPageInfo.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -305,6 +306,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggPageInfo.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggSeekFileMaker/OOOggSeekFileMaker.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggSeekFileMaker/OOOggSeekFileMaker.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggSeekFileMaker/OOOggSeekFileMaker.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggSeekFileMaker.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -305,6 +306,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggSeekFileMaker.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggSeekFileQuery/OOOggSeekFileQuery.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggSeekFileQuery/OOOggSeekFileQuery.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggSeekFileQuery/OOOggSeekFileQuery.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -70,6 +70,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggSeekFileQuery.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -309,6 +310,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggSeekFileQuery.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggSeekFileReader/OOOggSeekFileReader.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggSeekFileReader/OOOggSeekFileReader.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggSeekFileReader/OOOggSeekFileReader.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggSeekFileReader.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -305,6 +306,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggSeekFileReader.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggStat/OOOggStat.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggStat/OOOggStat.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggStat/OOOggStat.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggStat.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -308,6 +309,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggStat.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"

Modified: branches/oggdsf_ce_port/src/tools/OOOggValidate/OOOggValidate.vcproj
===================================================================
--- branches/oggdsf_ce_port/src/tools/OOOggValidate/OOOggValidate.vcproj	2006-06-22 18:56:10 UTC (rev 11618)
+++ branches/oggdsf_ce_port/src/tools/OOOggValidate/OOOggValidate.vcproj	2006-06-22 18:56:28 UTC (rev 11619)
@@ -69,6 +69,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggValidate.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
@@ -306,6 +307,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
+				AdditionalDependencies="unicows.lib"
 				OutputFile="$(OutDir)/OOOggValidate.exe"
 				LinkIncremental="1"
 				GenerateDebugInformation="true"



More information about the commits mailing list