summaryrefslogtreecommitdiff
path: root/tests/libDLL_Test.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libDLL_Test.icc')
-rw-r--r--tests/libDLL_Test.icc26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/libDLL_Test.icc b/tests/libDLL_Test.icc
deleted file mode 100644
index 4d3d852c7e1..00000000000
--- a/tests/libDLL_Test.icc
+++ /dev/null
@@ -1,26 +0,0 @@
-// $Id$
-
-include "vacpp_setup.icc"
-
-if $__TOS_AIX__ {
- TargetType = "shr"
- TargetName = "shr.o"
-}
-
-option
- link(libSearchPath, platformLibSearchPath),
- incl(searchPath, ".."),
- link(linkWithMultiThreadLib,yes),
- link(debug)
- {
- target type ( TargetType ) TargetName
- {
- source type (cpp) "DLL_Test_Impl.cpp"
- source platformLinkLibs
- }
-if $__TOS_AIX__ {
- run after targets( TargetName ) "ar -r -u libDLL_Test.a shr.o"
- run cleanup targets ( TargetName ) "rm -rf libDLL_Test.a"
-}
-
- }