summaryrefslogtreecommitdiff
path: root/tests/Service_Config_DLL.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Service_Config_DLL.icc')
-rw-r--r--tests/Service_Config_DLL.icc25
1 files changed, 0 insertions, 25 deletions
diff --git a/tests/Service_Config_DLL.icc b/tests/Service_Config_DLL.icc
deleted file mode 100644
index fa1ce18510f..00000000000
--- a/tests/Service_Config_DLL.icc
+++ /dev/null
@@ -1,25 +0,0 @@
-// $Id$
-
-include "vacpp_setup.icc"
-option
- link(libSearchPath, platformLibSearchPath),
- incl(searchPath, ".."),
- link(exportAll),
- link(linkwithsharedlib),
- link(linkWithMultiThreadLib,yes),
- link(debug)
- {
- target type ( shr ) "shr.o"
- {
- run after sources("shr.o") targets ("libService_Config_DLL.a") "ar -r -u libService_Config_DLL.a shr.o", "rm -rf shr.o"
- run cleanup "rm -rf libService_Config_DLL.a shr.o"
-
- source type (cpp) "Service_Config_DLL.cpp"
- if ($__IBMCPP__ >= 500) {
- option macros(global) {
- source type (hpp) "test_config.h"
- }
- }
- source type (lib) platformLinkLibs
- }
- }