summaryrefslogtreecommitdiff
path: root/tests/vacpp_setup.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vacpp_setup.icc')
-rw-r--r--tests/vacpp_setup.icc31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/vacpp_setup.icc b/tests/vacpp_setup.icc
deleted file mode 100644
index 377b3e61cc5..00000000000
--- a/tests/vacpp_setup.icc
+++ /dev/null
@@ -1,31 +0,0 @@
-// $Id$
-//
-// Visual Age C++ setups for the configurations used to build tests. The
-// common options and platform-dependent things are set here and then included
-// into the individual test configuration files.
-
-if $__TOS_WIN__ {
- option PlatformOptions =
- define ("WIN32","1"),
- define ("_WINDOWS","1"),
- define ("__ACE_INLINE__","0"),
- define ("ACE_HAS_DLL","0"),
- define ("ACE_HAS_WINSOCK2","1")
- platformLibSearchPath = '..\ace'
- group platformLinkLibs = "aced.lib",
- "advapi32.lib",
- "user32.lib",
- "ws2_32.lib",
- "wsock32.lib",
- "mswsock.lib"
-}
-if $__TOS_AIX__ {
- option PlatformOptions =
- defaults(xlC_r),
- gen(check,bounds,no),
- link(typecheck,yes),
- opt(level, 3),
- gen(enumsize, small)
- platformLibSearchPath = "../ace"
- group platformLinkLibs = "libACE.a"
-}