[xiph-commits] r10103 - in trunk/oggdsf/src/lib/codecs/cmml: libCMMLParse libCMMLTags

illiminable at svn.xiph.org illiminable at svn.xiph.org
Fri Sep 30 22:18:15 PDT 2005


Author: illiminable
Date: 2005-09-30 22:18:06 -0700 (Fri, 30 Sep 2005)
New Revision: 10103

Modified:
   trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.cpp
   trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.h
   trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj
   trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj
Log:
* Make sure everything is synced

Modified: trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.cpp
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.cpp	2005-10-01 01:23:46 UTC (rev 10102)
+++ trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.cpp	2005-10-01 05:18:06 UTC (rev 10103)
@@ -34,14 +34,14 @@
 
 
 #include <libCMMLParse/CMMLParser.h>
-#include <libCMMLParse/xtag.h>
+//#include <libCMMLParse/xtag.h>
+//
+//#include <libCMMLTags/libCMMLTags.h>
+//#include <libilliCore/StringHelper.h>
+//
+//#include <fstream>
 
-#include <libCMMLTags/libCMMLTags.h>
-#include <libilliCore/StringHelper.h>
 
-#include <fstream>
-
-
 using namespace std;
 
 

Modified: trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.h
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.h	2005-10-01 01:23:46 UTC (rev 10102)
+++ trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/CMMLParser.h	2005-10-01 05:18:06 UTC (rev 10103)
@@ -38,7 +38,9 @@
 #include <libCMMLTags/libCMMLTags.h>
 #include <libCMMLParse/libCMMLParse.h>
 #include <libCMMLParse/xtag.h>
+#include <libilliCore/StringHelper.h>
 
+#include <fstream>
 #include <string>
 
 using namespace std;

Modified: trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj	2005-10-01 01:23:46 UTC (rev 10102)
+++ trunk/oggdsf/src/lib/codecs/cmml/libCMMLParse/libCMMLParse.vcproj	2005-10-01 05:18:06 UTC (rev 10103)
@@ -112,6 +112,49 @@
 			<Tool
 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 		</Configuration>
+		<Configuration
+			Name="Debug_Static|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="..;..\..\..\helper"
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBCMMLPARSE_EXPORTS"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="2"
+				WarningLevel="4"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"
+				CallingConvention="2"
+				DisableSpecificWarnings="4251"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
 	</Configurations>
 	<References>
 	</References>
@@ -146,6 +189,12 @@
 						Name="VCCLCompilerTool"
 						UsePrecompiledHeader="1"/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_Static|Win32">
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="1"/>
+				</FileConfiguration>
 			</File>
 			<File
 				RelativePath=".\xlist.c">
@@ -155,6 +204,12 @@
 						Name="VCCLCompilerTool"
 						CallingConvention="2"/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_Static|Win32">
+					<Tool
+						Name="VCCLCompilerTool"
+						CallingConvention="2"/>
+				</FileConfiguration>
 			</File>
 			<File
 				RelativePath=".\xtag.c">
@@ -164,6 +219,12 @@
 						Name="VCCLCompilerTool"
 						CallingConvention="2"/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_Static|Win32">
+					<Tool
+						Name="VCCLCompilerTool"
+						CallingConvention="2"/>
+				</FileConfiguration>
 			</File>
 		</Filter>
 		<Filter

Modified: trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj
===================================================================
--- trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj	2005-10-01 01:23:46 UTC (rev 10102)
+++ trunk/oggdsf/src/lib/codecs/cmml/libCMMLTags/libCMMLTags.vcproj	2005-10-01 05:18:06 UTC (rev 10103)
@@ -354,6 +354,48 @@
 			<Tool
 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 		</Configuration>
+		<Configuration
+			Name="Debug_Static|Win32"
+			OutputDirectory="$(ConfigurationName)"
+			IntermediateDirectory="$(ConfigurationName)"
+			ConfigurationType="4"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories=".."
+				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBCMMLTAGS_EXPORTS"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				UsePrecompiledHeader="3"
+				WarningLevel="4"
+				Detect64BitPortabilityProblems="TRUE"
+				DebugInformationFormat="4"
+				CallingConvention="2"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLibrarianTool"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
 	</Configurations>
 	<References>
 	</References>
@@ -483,6 +525,12 @@
 						Name="VCCLCompilerTool"
 						UsePrecompiledHeader="1"/>
 				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_Static|Win32">
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="1"/>
+				</FileConfiguration>
 			</File>
 		</Filter>
 		<Filter



More information about the commits mailing list