summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-23 16:34:13 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-23 16:34:13 +0000
commit0e99e41056feab92f23c5c827bfed8a104fdcbdf (patch)
tree56ef78c173bbaa3d0bf346569d0c218025ca9fc9
parentcd64529282da5edc9754f68e0d828f3f2fe3afc5 (diff)
downloadATCD-0e99e41056feab92f23c5c827bfed8a104fdcbdf.tar.gz
ChangeLogTag: Fri Jan 23 10:36:27 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/CCF/CCF/CCF.sln106
-rw-r--r--TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj631
-rw-r--r--TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj313
-rw-r--r--TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj311
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj1913
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj859
-rw-r--r--TAO/CIAO/CCF/Documentation/Build.html74
-rw-r--r--TAO/CIAO/ChangeLog16
8 files changed, 2151 insertions, 2072 deletions
diff --git a/TAO/CIAO/CCF/CCF/CCF.sln b/TAO/CIAO/CCF/CCF/CCF.sln
index fea101ce13f..5522cf4f605 100644
--- a/TAO/CIAO/CCF/CCF/CCF.sln
+++ b/TAO/CIAO/CCF/CCF/CCF.sln
@@ -1,53 +1,53 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CompilerElements", "CompilerElements\CompilerElements.vcproj", "{CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CodeGenerationKit", "CodeGenerationKit\CodeGenerationKit.vcproj", "{5F0B01BD-722F-4958-8E02-680588866D7C}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDL2", "IDL2\IDL2.vcproj", "{78A62970-330F-4FF1-9B0E-74F689A4EA4F}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDL3", "IDL3\IDL3.vcproj", "{108D07F1-6364-4B51-87DB-AED8BBE6396A}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CIDL", "CIDL\CIDL.vcproj", "{ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Debug.ActiveCfg = Debug|Win32
- {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Debug.Build.0 = Debug|Win32
- {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Release.ActiveCfg = Release|Win32
- {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Release.Build.0 = Release|Win32
- {5F0B01BD-722F-4958-8E02-680588866D7C}.Debug.ActiveCfg = Debug|Win32
- {5F0B01BD-722F-4958-8E02-680588866D7C}.Debug.Build.0 = Debug|Win32
- {5F0B01BD-722F-4958-8E02-680588866D7C}.Release.ActiveCfg = Release|Win32
- {5F0B01BD-722F-4958-8E02-680588866D7C}.Release.Build.0 = Release|Win32
- {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Debug.ActiveCfg = Debug|Win32
- {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Debug.Build.0 = Debug|Win32
- {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Release.ActiveCfg = Release|Win32
- {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Release.Build.0 = Release|Win32
- {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Debug.ActiveCfg = Debug|Win32
- {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Debug.Build.0 = Debug|Win32
- {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Release.ActiveCfg = Release|Win32
- {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Release.Build.0 = Release|Win32
- {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Debug.ActiveCfg = Debug|Win32
- {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Debug.Build.0 = Debug|Win32
- {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Release.ActiveCfg = Release|Win32
- {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CompilerElements", "CompilerElements\CompilerElements.vcproj", "{CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CodeGenerationKit", "CodeGenerationKit\CodeGenerationKit.vcproj", "{5F0B01BD-722F-4958-8E02-680588866D7C}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDL2", "IDL2\IDL2.vcproj", "{78A62970-330F-4FF1-9B0E-74F689A4EA4F}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IDL3", "IDL3\IDL3.vcproj", "{108D07F1-6364-4B51-87DB-AED8BBE6396A}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CIDL", "CIDL\CIDL.vcproj", "{ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Debug.ActiveCfg = Debug|Win32
+ {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Debug.Build.0 = Debug|Win32
+ {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Release.ActiveCfg = Release|Win32
+ {CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}.Release.Build.0 = Release|Win32
+ {5F0B01BD-722F-4958-8E02-680588866D7C}.Debug.ActiveCfg = Debug|Win32
+ {5F0B01BD-722F-4958-8E02-680588866D7C}.Debug.Build.0 = Debug|Win32
+ {5F0B01BD-722F-4958-8E02-680588866D7C}.Release.ActiveCfg = Release|Win32
+ {5F0B01BD-722F-4958-8E02-680588866D7C}.Release.Build.0 = Release|Win32
+ {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Debug.ActiveCfg = Debug|Win32
+ {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Debug.Build.0 = Debug|Win32
+ {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Release.ActiveCfg = Release|Win32
+ {78A62970-330F-4FF1-9B0E-74F689A4EA4F}.Release.Build.0 = Release|Win32
+ {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Debug.ActiveCfg = Debug|Win32
+ {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Debug.Build.0 = Debug|Win32
+ {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Release.ActiveCfg = Release|Win32
+ {108D07F1-6364-4B51-87DB-AED8BBE6396A}.Release.Build.0 = Release|Win32
+ {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Debug.ActiveCfg = Debug|Win32
+ {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Debug.Build.0 = Debug|Win32
+ {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Release.ActiveCfg = Release|Win32
+ {ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj b/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj
index 6c2fb06fa76..a5d6caec219 100644
--- a/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj
+++ b/TAO/CIAO/CCF/CCF/CIDL/CIDL.vcproj
@@ -1,315 +1,316 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="CIDL"
- ProjectGUID="{ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CIDL.lib"/>
- <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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CIDL.lib"/>
- <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>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\LexicalAnalyzer.cpp">
- </File>
- <File
- RelativePath=".\Parser.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\LexicalAnalyzer.hpp">
- </File>
- <File
- RelativePath=".\Parser.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph.hpp">
- </File>
- <File
- RelativePath=".\Token.hpp">
- </File>
- <File
- RelativePath=".\Traversal.hpp">
- </File>
- </Filter>
- <Filter
- Name="SemanticAction"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Composition.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Composition.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\HomeExecutor.hpp">
- </File>
- </Filter>
- <Filter
- Name="Impl"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Composition.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeExecutor.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Composition.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeExecutor.hpp">
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="SemanticGraph"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticGraph\Composition.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticGraph\Elements.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Executor.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticGraph\Composition.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Executor.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Traversal"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Elements.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Executor.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Composition.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Elements.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Executor.hpp">
- </File>
- </Filter>
- <Filter
- Name="Template Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Composition.tpp">
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CIDL"
+ ProjectGUID="{ADCB8816-C2B5-46AE-AC73-0A2FE72386D6}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\my_libs\Utility-1.2.2&quot;;../..;&quot;D:\my_libs\boost-1.30.2&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;BOOST_REGEX_STATIC_LINK"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CIDL.lib"
+ AdditionalLibraryDirectories="&quot;D:\my_libs\boost-1.30.2\libs&quot;"/>
+ <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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CIDL.lib"/>
+ <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>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\LexicalAnalyzer.cpp">
+ </File>
+ <File
+ RelativePath=".\Parser.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\LexicalAnalyzer.hpp">
+ </File>
+ <File
+ RelativePath=".\Parser.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph.hpp">
+ </File>
+ <File
+ RelativePath=".\Token.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="SemanticAction"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Composition.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\HomeExecutor.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Impl"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Composition.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeExecutor.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeExecutor.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="SemanticGraph"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Composition.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Executor.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Executor.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Traversal"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Elements.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Executor.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Composition.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Executor.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Composition.tpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj b/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj
index ef8acbb50d4..0b040d11776 100644
--- a/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj
+++ b/TAO/CIAO/CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj
@@ -1,156 +1,157 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="CodeGenerationKit"
- ProjectGUID="{5F0B01BD-722F-4958-8E02-680588866D7C}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
- <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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
- <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>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\CommandLine.cpp">
- </File>
- <File
- RelativePath=".\CommandLineGrammar.cpp">
- </File>
- <File
- RelativePath=".\CommandLineParser.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\CommandLine.hpp">
- </File>
- <File
- RelativePath=".\CommandLineDescriptor.hpp">
- </File>
- <File
- RelativePath=".\CommandLineGrammar.hpp">
- </File>
- <File
- RelativePath=".\CommandLineParser.hpp">
- </File>
- <File
- RelativePath=".\IndentationBuffer.hpp">
- </File>
- <File
- RelativePath=".\IndentationCxx.hpp">
- </File>
- <File
- RelativePath=".\IndentationIDL.hpp">
- </File>
- <File
- RelativePath=".\IndentationImplanter.hpp">
- </File>
- <File
- RelativePath=".\IndentationXML.hpp">
- </File>
- <File
- RelativePath=".\Regex.hpp">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CodeGenerationKit"
+ ProjectGUID="{5F0B01BD-722F-4958-8E02-680588866D7C}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\my_libs\Utility-1.2.2&quot;;../..;&quot;D:\my_libs\boost-1.30.2&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;BOOST_REGEX_STATIC_LINK"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGenerationKit.lib"
+ AdditionalLibraryDirectories="&quot;D:\my_libs\boost-1.30.2\libs&quot;"/>
+ <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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGenerationKit.lib"/>
+ <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>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\CommandLine.cpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineGrammar.cpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineParser.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\CommandLine.hpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineDescriptor.hpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineGrammar.hpp">
+ </File>
+ <File
+ RelativePath=".\CommandLineParser.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationBuffer.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationCxx.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationIDL.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationImplanter.hpp">
+ </File>
+ <File
+ RelativePath=".\IndentationXML.hpp">
+ </File>
+ <File
+ RelativePath=".\Regex.hpp">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj
index 15c68909a33..a497bf26b3b 100644
--- a/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj
+++ b/TAO/CIAO/CCF/CCF/CompilerElements/CompilerElements.vcproj
@@ -1,155 +1,156 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="CompilerElements"
- ProjectGUID="{CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CompilerElements.lib"/>
- <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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CompilerElements.lib"/>
- <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>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\Introspection.cpp">
- </File>
- <File
- RelativePath=".\Preprocessor.cpp">
- </File>
- <File
- RelativePath=".\PreprocessorToken.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\Context.hpp">
- </File>
- <File
- RelativePath=".\Diagnostic.hpp">
- </File>
- <File
- RelativePath=".\ExH.hpp">
- </File>
- <File
- RelativePath=".\FileSystem.hpp">
- </File>
- <File
- RelativePath=".\Introspection.hpp">
- </File>
- <File
- RelativePath=".\Preprocessor.hpp">
- </File>
- <File
- RelativePath=".\PreprocessorToken.hpp">
- </File>
- <File
- RelativePath=".\ReferenceCounting.hpp">
- </File>
- <File
- RelativePath=".\TokenStream.hpp">
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CompilerElements"
+ ProjectGUID="{CED6ADA4-86E1-4F4A-95A2-7AB986D9E4CC}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\my_libs\Utility-1.2.2&quot;;../..;&quot;D:\my_libs\boost-1.30.2&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;BOOST_REGEX_STATIC_LINK"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CompilerElements.lib"
+ AdditionalLibraryDirectories="&quot;D:\my_libs\boost-1.30.2\libs&quot;"/>
+ <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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CompilerElements.lib"/>
+ <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>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\Introspection.cpp">
+ </File>
+ <File
+ RelativePath=".\Preprocessor.cpp">
+ </File>
+ <File
+ RelativePath=".\PreprocessorToken.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\Context.hpp">
+ </File>
+ <File
+ RelativePath=".\Diagnostic.hpp">
+ </File>
+ <File
+ RelativePath=".\ExH.hpp">
+ </File>
+ <File
+ RelativePath=".\FileSystem.hpp">
+ </File>
+ <File
+ RelativePath=".\Introspection.hpp">
+ </File>
+ <File
+ RelativePath=".\Preprocessor.hpp">
+ </File>
+ <File
+ RelativePath=".\PreprocessorToken.hpp">
+ </File>
+ <File
+ RelativePath=".\ReferenceCounting.hpp">
+ </File>
+ <File
+ RelativePath=".\TokenStream.hpp">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj b/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj
index 8b0d7c39970..2a05aa3714e 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj
+++ b/TAO/CIAO/CCF/CCF/IDL2/IDL2.vcproj
@@ -1,956 +1,957 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="IDL2"
- ProjectGUID="{78A62970-330F-4FF1-9B0E-74F689A4EA4F}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL2.lib"/>
- <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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL2.lib"/>
- <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>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\LexicalAnalyzer.cpp">
- </File>
- <File
- RelativePath=".\Parser.cpp">
- </File>
- <File
- RelativePath=".\Token.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\LexicalAnalyzer.hpp">
- </File>
- <File
- RelativePath=".\Parser.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph.hpp">
- </File>
- <File
- RelativePath=".\Token.hpp">
- </File>
- <File
- RelativePath=".\Traversal.hpp">
- </File>
- </Filter>
- <Filter
- Name="SemanticGraph"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx">
- <File
- RelativePath=".\SemanticGraph\Attribute.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticGraph\Elements.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Enum.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Exception.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Fundamental.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Interface.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Literals.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Member.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Module.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Name.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Native.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Operation.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Sequence.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Struct.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticGraph\Translation.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\TypeId.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Union.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\ValueType.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd">
- <File
- RelativePath=".\SemanticGraph\Attribute.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Enum.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Exception.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Fundamental.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Graph.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Interface.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Literals.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Member.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Module.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Name.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Native.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Operation.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Sequence.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Struct.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Translation.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\TypeId.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Union.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\ValueType.hpp">
- </File>
- </Filter>
- <Filter
- Name="Template Files"
- Filter="">
- <File
- RelativePath=".\SemanticGraph\Elements.tpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Graph.tpp">
- </File>
- </Filter>
- <Filter
- Name="Inline Files"
- Filter="">
- <File
- RelativePath=".\SemanticGraph\Translation.ipp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Parsing"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Parsing\Action.hpp">
- </File>
- <File
- RelativePath=".\Parsing\Elements.hpp">
- </File>
- <File
- RelativePath=".\Parsing\Recovery.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Traversal"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Attribute.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Elements.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Enum.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Exception.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Fundamental.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Interface.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Member.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Module.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Native.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Sequence.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Struct.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Translation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\TypeId.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Union.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\ValueType.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Attribute.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Elements.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Enum.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Exception.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Fundamental.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Interface.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Member.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Module.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Native.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Operation.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Sequence.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Struct.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Translation.hpp">
- </File>
- <File
- RelativePath=".\Traversal\TypeId.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Union.hpp">
- </File>
- <File
- RelativePath=".\Traversal\ValueType.hpp">
- </File>
- </Filter>
- <Filter
- Name="Template Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Elements.tpp">
- </File>
- <File
- RelativePath=".\Traversal\Interface.tpp">
- </File>
- <File
- RelativePath=".\Traversal\Operation.tpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="SemanticAction"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Attribute.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Enum.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Exception.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Include.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Interface.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Member.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Module.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Operation.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Struct.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Typedef.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\TypeId.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Union.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\ValueType.hpp">
- </File>
- </Filter>
- <Filter
- Name="Impl"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Attribute.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Enum.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Exception.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Interface.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Member.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Module.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Native.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Operation.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)3.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)3.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Struct.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Typedef.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\TypeId.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Union.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\ValueType.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Attribute.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Enum.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Exception.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Interface.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Member.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Module.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Native.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Operation.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Struct.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Typedef.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\TypeId.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Union.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\ValueType.hpp">
- </File>
- </Filter>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="IDL2"
+ ProjectGUID="{78A62970-330F-4FF1-9B0E-74F689A4EA4F}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\my_libs\Utility-1.2.2&quot;;../..;&quot;D:\my_libs\boost-1.30.2&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;BOOST_REGEX_STATIC_LINK"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL2.lib"
+ AdditionalLibraryDirectories="&quot;D:\my_libs\boost-1.30.2\libs&quot;"/>
+ <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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL2.lib"/>
+ <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>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\LexicalAnalyzer.cpp">
+ </File>
+ <File
+ RelativePath=".\Parser.cpp">
+ </File>
+ <File
+ RelativePath=".\Token.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\LexicalAnalyzer.hpp">
+ </File>
+ <File
+ RelativePath=".\Parser.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph.hpp">
+ </File>
+ <File
+ RelativePath=".\Token.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="SemanticGraph"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx">
+ <File
+ RelativePath=".\SemanticGraph\Attribute.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Enum.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Exception.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Fundamental.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Interface.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Literals.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Member.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Module.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Name.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Native.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Operation.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Sequence.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Struct.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Translation.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\TypeId.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Union.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\ValueType.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd">
+ <File
+ RelativePath=".\SemanticGraph\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Fundamental.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Graph.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Literals.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Name.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Native.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Sequence.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Translation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\TypeId.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Union.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\ValueType.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Elements.tpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Graph.tpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Inline Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Translation.ipp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Parsing"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Parsing\Action.hpp">
+ </File>
+ <File
+ RelativePath=".\Parsing\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Parsing\Recovery.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Traversal"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Attribute.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Enum.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Exception.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Fundamental.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Interface.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Member.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Module.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Native.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Operation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Sequence.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Struct.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Translation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\TypeId.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Union.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\ValueType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Fundamental.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Native.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Sequence.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Translation.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\TypeId.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Union.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\ValueType.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Elements.tpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Interface.tpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Operation.tpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="SemanticAction"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Operation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Include.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Typedef.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\TypeId.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Union.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\ValueType.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Impl"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Attribute.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Enum.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Exception.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Interface.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Member.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Module.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Native.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Operation.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)3.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)3.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Struct.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Typedef.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\TypeId.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Union.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\ValueType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Attribute.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Enum.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Exception.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Interface.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Member.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Module.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Native.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Operation.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Struct.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Typedef.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\TypeId.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Union.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\ValueType.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj b/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj
index 2c9d6f0dcdd..2392df0eee4 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj
+++ b/TAO/CIAO/CCF/CCF/IDL3/IDL3.vcproj
@@ -1,429 +1,430 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="IDL3"
- ProjectGUID="{108D07F1-6364-4B51-87DB-AED8BBE6396A}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Debug"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- Optimization="0"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL3.lib"/>
- <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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)"
- IntermediateDirectory="$(ProjectDir)/Release"
- ConfigurationType="4"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
- AdditionalIncludeDirectories="../.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- RuntimeLibrary="4"
- DisableLanguageExtensions="FALSE"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/IDL3.lib"/>
- <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>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath=".\LexicalAnalyzer.cpp">
- </File>
- <File
- RelativePath=".\Parser.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
- <File
- RelativePath=".\LexicalAnalyzer.hpp">
- </File>
- <File
- RelativePath=".\Parser.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph.hpp">
- </File>
- <File
- RelativePath=".\Token.hpp">
- </File>
- <File
- RelativePath=".\Traversal.hpp">
- </File>
- </Filter>
- <Filter
- Name="SemanticAction"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Component.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Consumes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Emits.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\EventType.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Home.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\HomeFactory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\HomeFinder.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Provides.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Publishes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Uses.hpp">
- </File>
- </Filter>
- <Filter
- Name="Impl"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Component.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Consumes.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Emits.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\EventType.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Home.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeFactory.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeFinder.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Provides.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Publishes.cpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Uses.cpp">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticAction\Impl\Component.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Consumes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Emits.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\EventType.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Factory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Home.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeFactory.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\HomeFinder.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Include.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Provides.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Publishes.hpp">
- </File>
- <File
- RelativePath=".\SemanticAction\Impl\Uses.hpp">
- </File>
- </Filter>
- </Filter>
- </Filter>
- <Filter
- Name="SemanticGraph"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\SemanticGraph\Component.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticGraph\Elements.cpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\EventType.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\SemanticGraph\Home.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\SemanticGraph\Component.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Elements.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\EventType.hpp">
- </File>
- <File
- RelativePath=".\SemanticGraph\Home.hpp">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Traversal"
- Filter="">
- <Filter
- Name="Source Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Component.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\EventType.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Traversal\Home.cpp">
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)2.obj"/>
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Component.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Elements.hpp">
- </File>
- <File
- RelativePath=".\Traversal\EventType.hpp">
- </File>
- <File
- RelativePath=".\Traversal\Home.hpp">
- </File>
- </Filter>
- <Filter
- Name="Template Files"
- Filter="">
- <File
- RelativePath=".\Traversal\Component.tpp">
- </File>
- <File
- RelativePath=".\Traversal\EventType.tpp">
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="IDL3"
+ ProjectGUID="{108D07F1-6364-4B51-87DB-AED8BBE6396A}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;D:\my_libs\Utility-1.2.2&quot;;../..;&quot;D:\my_libs\boost-1.30.2&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;BOOST_REGEX_STATIC_LINK"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL3.lib"
+ AdditionalLibraryDirectories="&quot;D:\my_libs\boost-1.30.2\libs&quot;"/>
+ <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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(ProjectDir)"
+ IntermediateDirectory="$(ProjectDir)/Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/wd4290 /wd4800 /wd4250 /wd4355"
+ AdditionalIncludeDirectories="../.."
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="4"
+ DisableLanguageExtensions="FALSE"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/IDL3.lib"/>
+ <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>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath=".\LexicalAnalyzer.cpp">
+ </File>
+ <File
+ RelativePath=".\Parser.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath=".\LexicalAnalyzer.hpp">
+ </File>
+ <File
+ RelativePath=".\Parser.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph.hpp">
+ </File>
+ <File
+ RelativePath=".\Token.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="SemanticAction"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Consumes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Emits.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Home.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\HomeFactory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\HomeFinder.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Provides.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Publishes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Uses.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Impl"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Component.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Consumes.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Emits.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\EventType.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Home.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeFactory.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeFinder.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Provides.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Publishes.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Uses.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticAction\Impl\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Consumes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Emits.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Factory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Home.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeFactory.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\HomeFinder.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Include.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Provides.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Publishes.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticAction\Impl\Uses.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="SemanticGraph"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Component.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.cpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\EventType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Home.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\SemanticGraph\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\SemanticGraph\Home.hpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Traversal"
+ Filter="">
+ <Filter
+ Name="Source Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Component.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\EventType.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\Traversal\Home.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)2.obj"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Component.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Elements.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\EventType.hpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\Home.hpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Template Files"
+ Filter="">
+ <File
+ RelativePath=".\Traversal\Component.tpp">
+ </File>
+ <File
+ RelativePath=".\Traversal\EventType.tpp">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/TAO/CIAO/CCF/Documentation/Build.html b/TAO/CIAO/CCF/Documentation/Build.html
index 2dcdfb2c3c4..c311bf951b8 100644
--- a/TAO/CIAO/CCF/Documentation/Build.html
+++ b/TAO/CIAO/CCF/Documentation/Build.html
@@ -43,6 +43,11 @@ cvs-id : $Id$
padding : .4em 0em 0em 0em;
}
+ ol.multiline li {
+ padding-top : 0.6em;
+ padding-bottom : 0.6em;
+ }
+
</style>
</head>
@@ -142,6 +147,7 @@ $ make -f Makefile.alt
<!-- Linux -->
+
<h1><a name="linux">Other GNU/Linux or UNIX Distributions</a></h1>
<h2><a name="linux_make">Make</a></h2>
@@ -248,6 +254,10 @@ uninitialized.</p>
<pre>$ cd CCF/CCF
$ make -f Makefile.alt</pre>
+
+<!-- Windows -->
+
+
<h1><a name="windows">Windows</a></h1>
<h2><a name="windows_cxx">C++</a></h2>
@@ -256,7 +266,7 @@ VC++ 6 nor VC++ 7.0 is supported. </p>
<h2><a name="windows_boost">Boost Libraries</a></h2>
<p>In order to build CCF you will need the following libraries from
-<a href="http://www.boost.org">Boost distribution</a>:
+the <a href="http://www.boost.org">Boost distribution</a>:
<ol>
<li>regex</li>
@@ -264,9 +274,56 @@ VC++ 6 nor VC++ 7.0 is supported. </p>
<li>spirit parser framework</li>
</ol>
+<p>Below is the list of step-by-step instructions for building boost. As
+an example, I assume that the installation directory is <code>D:\lib</code>.
+</p>
+
+<ol class="multiline">
+
+<li>Download the latest boost source distribution from the
+<a href="http://boost.org/more/download.html">boost web site</a>.
+At the time of writing, the latest version was <code>1.30.2</code>
+thus the file you download would be <code>boost-1.30.2.zip</code>. After
+downloading unzip this file in <code>D:\lib</code> so that you get
+<code>D:\lib\boost-1.30.2</code>.</li>
+
+
+<li>Download the latest pre-built
+<a href="http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941">
+<code>boost-jam<code></a>. At the time of writing, the latest version was
+<code>3.1.7</code> thus the file you download would be
+<code>bjam-3.1.7-ntx86.zip</code>. Unzip this file in <code>D:\lib</code> so
+that you get <code>D:\lib\bin.ntx86\bjam.exe</code>.</li>
+
+<li>Open a command prompt and <code>cd D:\lib\boost-1.30.2</code>. Then
+issue the following command.
+
+<pre>..\bin.ntx86\bjam.exe "-sTOOLS=vc7.1"
+</pre>
+</li>
+
+<li>Create a directory called <code>lib</code> in
+<code>D:\lib\boost-1.30.2</code>.</li>
+
+<li>Copy <code>D:\lib\boost-1.30.2\libs\filesystem\build\bin\libboost_filesystem.lib\vc7.1\debug\runtime-link-dynamic\libboost_filesystem.lib</code>
+to <code>D:\lib\boost-1.30.2\lib\libboost_filesystem_debug.lib</code>.<br>
+(Don't ask me who came up with this directory structure ;-)
+</li>
+
+<li>Copy <code>D:\lib\boost-1.30.2\libs\regex\build\bin\libboost_regex.lib\vc7.1\debug\runtime-link-dynamic\libboost_regex.lib</code>
+to <code>D:\lib\boost-1.30.2\lib\libboost_regex_debug.lib</code>.
+</li>
+
+<li>Add <code>D:\lib\boost-1.30.2</code> to your VC7.1 include directory
+search list (Go to Tools -> Options -> Projects -> VC++ Directories -> Include Files).
+Add <code>D:\lib\boost-1.30.2\lib</code> to your VC7.1 library directory
+search list.</li>
+
+</ol>
+
<p>Please refer to the
<a href="http://boost.org/tools/build/index.html">Boost Building
-Instructions</a> for details.<p>
+Instructions</a> if you have any questions.<p>
<h2><a name="windows_utility">Utility Library</a></h2>
@@ -274,14 +331,15 @@ Instructions</a> for details.<p>
<p>Another prerequisite for CCF is
<a href="ftp://ftp.kolpackov.net/pub/Utility/Utility-1.2.2.tar.bz2">Utility
Library</a>. You don't need to build anything in this library. Just unpack
-it to some convenient place.</p>
+it to some convenient place and add it to your VC7.1 include directory search
+list. For example if you unpacked <code>Utility-1.2.2.tar.bz2</code> in
+<code>D:\lib</code> then add <code>D:\lib\Utility-1.2.2</code> to your
+search list.</p>
+
<h2><a name="windows_build">Building CCF</a></h2>
-<p>
-In order to build CCF with VC7.1 you will need to add Boost/Utility
-include and library paths to your search path. After having that done
-you can open VC7.1 solution file in <code>CCF/CCF/</code> and proceed
-as usual.</p>
+<p>Now you are ready to build CCF libraries. Just open VC7.1 solution file
+in <code>CCF\CCF\</code> and proceed as usual.</p>
</body>
</html>
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 14c90539451..84b628d6463 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,19 @@
+Fri Jan 23 10:36:27 2004 Boris Kolpackov <boris@dre.vanderbilt.edu>
+
+ * CCF/CCF/CCF.sln:
+ * CCF/CCF/CIDL/CIDL.vcproj:
+ * CCF/CCF/CodeGenerationKit/CodeGenerationKit.vcproj:
+ * CCF/CCF/CompilerElements/CompilerElements.vcproj:
+ * CCF/CCF/IDL2/IDL2.vcproj:
+ * CCF/CCF/IDL3/IDL3.vcproj:
+
+ Updated projects to compile with boost out-of-the-box.
+
+ * CCF/Documentation/Build.html:
+
+ Added step-by-step instructions for building CCF on
+ Windows. Thanks to Tao Lu for helping me with this.
+
Thu Jan 22 23:38:32 2004 Tao Lu <lu@dre.vanderbilt.edu>
* examples/OEP/Display/descriptors/DualDisplay.cad: