diff options
author | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-20 06:53:04 +0000 |
---|---|---|
committer | doccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-20 06:53:04 +0000 |
commit | 994234a8d154fbb1edccf78d6618eaecb8077ef3 (patch) | |
tree | 46b789e37c89114e46135b4ce8b29dae581bd486 /include | |
parent | deb813f70056efa178001efcb9f210478b1a152f (diff) | |
download | ATCD-994234a8d154fbb1edccf78d6618eaecb8077ef3.tar.gz |
ChangeLogTag:Mon Aug 20 01:49:12 2001 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/build_dll.bor | 4 |
1 files changed, 2 insertions, 2 deletions
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> |