summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Corsaro <angelo@icorsaro.net>2001-10-23 16:52:42 +0000
committerAngelo Corsaro <angelo@icorsaro.net>2001-10-23 16:52:42 +0000
commit695c4350857958cd1fc34931b9234bbada8d2a90 (patch)
treead3a2eab073154f06cd49ede5568021d815586dc
parent05c07792b0cc08fb9c18eb46c5b2fc0811dab8a0 (diff)
downloadATCD-695c4350857958cd1fc34931b9234bbada8d2a90.tar.gz
ChangeLogTag: Tue Oct 23 09:49:01 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
-rw-r--r--TAO/examples/Quoter/Client.bor2
-rw-r--r--TAO/examples/Quoter/Factory_finder.bor2
-rw-r--r--TAO/examples/Quoter/Generic_factory.bor2
-rw-r--r--TAO/examples/Quoter/Server.bor2
5 files changed, 14 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index bc5566d35b3..9fd5bfb5741 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Tue Oct 23 09:49:01 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
+
+ * examples/Quoter/Client.bor:
+ * examples/Quoter/Server.bor:
+ * examples/Quoter/Generic_factory.bor:
+ * examples/Quoter/Factory_finder.bor:
+
+ Changed CPPDIR from ".;.." to "." this should fix the build
+ problem. Thanks to Jonny Willemsen for suggesting this fix.
+
Mon Oct 22 23:48:13 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/default_resource.cpp:
diff --git a/TAO/examples/Quoter/Client.bor b/TAO/examples/Quoter/Client.bor
index 323f1535dcc..e68d299c9ea 100644
--- a/TAO/examples/Quoter/Client.bor
+++ b/TAO/examples/Quoter/Client.bor
@@ -30,7 +30,7 @@ LIBFILES = \
IDLFILES = \
$(IDLDIR)\Quoter.idl
-CPPDIR = .;..
+CPPDIR = .
IDLDIR = .
diff --git a/TAO/examples/Quoter/Factory_finder.bor b/TAO/examples/Quoter/Factory_finder.bor
index 69e1c285a21..59ce3a93012 100644
--- a/TAO/examples/Quoter/Factory_finder.bor
+++ b/TAO/examples/Quoter/Factory_finder.bor
@@ -31,7 +31,7 @@ LIBFILES = \
IDLFILES = \
$(IDLDIR)\Quoter.idl
-CPPDIR = .;..
+CPPDIR = .
IDLDIR = .
diff --git a/TAO/examples/Quoter/Generic_factory.bor b/TAO/examples/Quoter/Generic_factory.bor
index 0388880d615..d45990f6f5d 100644
--- a/TAO/examples/Quoter/Generic_factory.bor
+++ b/TAO/examples/Quoter/Generic_factory.bor
@@ -31,7 +31,7 @@ LIBFILES = \
IDLFILES = \
$(IDLDIR)\Quoter.idl
-CPPDIR = .;..
+CPPDIR = .
IDLDIR = .
diff --git a/TAO/examples/Quoter/Server.bor b/TAO/examples/Quoter/Server.bor
index 0a21381ef1a..6bff48db19d 100644
--- a/TAO/examples/Quoter/Server.bor
+++ b/TAO/examples/Quoter/Server.bor
@@ -31,7 +31,7 @@ LIBFILES = \
IDLFILES = \
$(IDLDIR)\Quoter.idl
-CPPDIR = .;..
+CPPDIR = .
IDLDIR = .