summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-20 06:53:04 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-20 06:53:04 +0000
commit994234a8d154fbb1edccf78d6618eaecb8077ef3 (patch)
tree46b789e37c89114e46135b4ce8b29dae581bd486
parentdeb813f70056efa178001efcb9f210478b1a152f (diff)
downloadATCD-994234a8d154fbb1edccf78d6618eaecb8077ef3.tar.gz
ChangeLogTag:Mon Aug 20 01:49:12 2001 Christopher Kohlhoff <chris@kohlhoff.com>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--include/makeinclude/build_dll.bor4
4 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5adfe0b357..a023544f54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 20 01:49:12 2001 Christopher Kohlhoff <chris@kohlhoff.com>
+
+ * include/makeinclude/build_dll.bor:
+ Build non-core DLLs into the common bin directory. This is necessary
+ so that the tests can find all the DLLs they need on the path.
+
Mon Aug 20 00:01:29 2001 Steve Huston <shuston@riverace.com>
* ace/SOCK_Connector.h: Clarify the conditions under which errno
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index c5adfe0b357..a023544f54e 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon Aug 20 01:49:12 2001 Christopher Kohlhoff <chris@kohlhoff.com>
+
+ * include/makeinclude/build_dll.bor:
+ Build non-core DLLs into the common bin directory. This is necessary
+ so that the tests can find all the DLLs they need on the path.
+
Mon Aug 20 00:01:29 2001 Steve Huston <shuston@riverace.com>
* ace/SOCK_Connector.h: Clarify the conditions under which errno
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index c5adfe0b357..a023544f54e 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Mon Aug 20 01:49:12 2001 Christopher Kohlhoff <chris@kohlhoff.com>
+
+ * include/makeinclude/build_dll.bor:
+ Build non-core DLLs into the common bin directory. This is necessary
+ so that the tests can find all the DLLs they need on the path.
+
Mon Aug 20 00:01:29 2001 Steve Huston <shuston@riverace.com>
* ace/SOCK_Connector.h: Clarify the conditions under which errno
diff --git a/include/makeinclude/build_dll.bor b/include/makeinclude/build_dll.bor
index 205f45aedfe..8101289214d 100644
--- a/include/makeinclude/build_dll.bor
+++ b/include/makeinclude/build_dll.bor
@@ -12,9 +12,9 @@
# DEBUG - if defined means building with debug information
#
-!ifdef INSTALL_THIS_TARGET
+# All DLLs are copied into the common bin directory so that they always
+# available on the path for the tests.
BINDIR = $(CORE_BINDIR)
-!endif
!include <$(ACE_ROOT)\include\makeinclude\decorator.bor>
!include <$(ACE_ROOT)\include\makeinclude\outputdir.bor>