summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-12 17:39:00 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-12 17:39:00 +0000
commite6941c8ca3a81f21bb5469882c2047e3fc9f9f60 (patch)
tree81b61ddd58ce0b063f5eac058bf6961433602066
parentd8ad205eaec751849d65709265c89087912cb58a (diff)
downloadATCD-e6941c8ca3a81f21bb5469882c2047e3fc9f9f60.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/CIDLC/parser_examples/cidl/cidl.vcproj2
-rw-r--r--TAO/CIAO/CIDLC/parser_examples/idl2/idl2.vcproj2
-rw-r--r--TAO/CIAO/CIDLC/parser_examples/idl3/idl3.vcproj2
-rw-r--r--TAO/CIAO/ChangeLog16
4 files changed, 19 insertions, 3 deletions
diff --git a/TAO/CIAO/CIDLC/parser_examples/cidl/cidl.vcproj b/TAO/CIAO/CIDLC/parser_examples/cidl/cidl.vcproj
index ecaac64811f..6f76134b619 100644
--- a/TAO/CIAO/CIDLC/parser_examples/cidl/cidl.vcproj
+++ b/TAO/CIAO/CIDLC/parser_examples/cidl/cidl.vcproj
@@ -19,7 +19,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..,..\..\spirit-1.6.0,..\..\spirit-1.6.0\miniboost"
+ AdditionalIncludeDirectories="..,$(SPIRIT_DIR),$(SPIRIT_DIR)\miniboost"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="0"
diff --git a/TAO/CIAO/CIDLC/parser_examples/idl2/idl2.vcproj b/TAO/CIAO/CIDLC/parser_examples/idl2/idl2.vcproj
index f94bce20f2e..4316ab47a21 100644
--- a/TAO/CIAO/CIDLC/parser_examples/idl2/idl2.vcproj
+++ b/TAO/CIAO/CIDLC/parser_examples/idl2/idl2.vcproj
@@ -19,7 +19,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\,..\..\spirit-1.6.0,..\..\spirit-1.6.0\miniboost"
+ AdditionalIncludeDirectories="..,$(SPIRIT_DIR),$(SPIRIT_DIR)\miniboost"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="0"
diff --git a/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.vcproj b/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.vcproj
index 0361857a73f..7c201828ee3 100644
--- a/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.vcproj
+++ b/TAO/CIAO/CIDLC/parser_examples/idl3/idl3.vcproj
@@ -21,7 +21,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..,..\..\spirit-1.6.0,..\..\spirit-1.6.0\miniboost"
+ AdditionalIncludeDirectories="..,$(SPIRIT_DIR),$(SPIRIT_DIR)\miniboost"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="FALSE"
BasicRuntimeChecks="0"
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index efa8ee3830e..08db798371f 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,19 @@
+Sat Apr 12 12:36:08 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * CIDLC/parser_examples/cidl/cidl.vcproj:
+ * CIDLC/parser_examples/idl2/idl2.vcproj:
+ * CIDLC/parser_examples/idl3/idl3.vcproj: Changed the extra
+ include paths from:
+
+ ..,../spirit-1.3.0,../spirit-1.3.0/miniboost
+
+ to:
+
+ ..,$(SPIRIT_DIR),$(SPIRIT_DIR)/miniboost
+
+ to be consistent with the MPC files and to decouple Spirit from
+ CIAO's directory strucutre.
+
Sat Apr 12 10:48:13 2003 Nanbor Wang <nanbor@cs.wustl.edu>
* docs/templates/CIAO_Glue_Session_Template.cpp: