summaryrefslogtreecommitdiff
path: root/tests/Enum_Interfaces_Test.cpp
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
commit96812ab4d21b9bbf554a057072d4a78293357e14 (patch)
treee71232d934123b28a8ad06d33681fe7ddecf680f /tests/Enum_Interfaces_Test.cpp
parent508416440ec69e510b6bfe23a15e762d9e6be3b4 (diff)
downloadATCD-96812ab4d21b9bbf554a057072d4a78293357e14.tar.gz
Added initial support for Borland C++ Builder
Diffstat (limited to 'tests/Enum_Interfaces_Test.cpp')
-rw-r--r--tests/Enum_Interfaces_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Enum_Interfaces_Test.cpp b/tests/Enum_Interfaces_Test.cpp
index 39cf7e48290..5809deb5915 100644
--- a/tests/Enum_Interfaces_Test.cpp
+++ b/tests/Enum_Interfaces_Test.cpp
@@ -31,6 +31,11 @@
#include "ace/OS.h"
#include "ace/INET_Addr.h"
+#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
+USELIB("..\ace\aced.lib");
+//---------------------------------------------------------------------------
+#endif /* defined(__BORLANDC__) && __BORLANDC__ >= 0x0530 */
+
int
main (int, ASYS_TCHAR *[])
{