summaryrefslogtreecommitdiff
path: root/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-16 22:12:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-16 22:12:22 +0000
commit714f72a9214abbd03579f3ce6ea07dcc23159a2e (patch)
tree3bc9aa32e83a1d046af32553daacf6152ac3b61c /tests/DLL_Test.cpp
parent9ee6337357f40e44ebbaa61f8552277f840f7ca4 (diff)
downloadATCD-714f72a9214abbd03579f3ce6ea07dcc23159a2e.tar.gz
.
Diffstat (limited to 'tests/DLL_Test.cpp')
-rw-r--r--tests/DLL_Test.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/DLL_Test.cpp b/tests/DLL_Test.cpp
index a35b9b19a76..c862af6d065 100644
--- a/tests/DLL_Test.cpp
+++ b/tests/DLL_Test.cpp
@@ -42,11 +42,7 @@ USELIB("..\ace\aced.lib");
#if defined (ACE_WIN32)
# define OBJ_SUFFIX ".exe"
-# if defined (__BORLANDC__)
-# define OBJ_PREFIX ".\\bor\\bin\\"
-# else
-# define OBJ_PREFIX ""
-# endif /* defined (__BORLANDC__) */
+# define OBJ_PREFIX ""
#else
# define OBJ_SUFFIX ACE_DLL_SUFFIX
# define OBJ_PREFIX "./" ACE_DLL_PREFIX