diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-14 22:04:48 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-14 22:04:48 +0000 |
commit | 4d50b2584fbf4c05cb9163e52a7b33aea87a29d2 (patch) | |
tree | 3e4d4c154a1e51777a166fa4787f9b72ca9fbf9f /tests/Service_Config_Test.icc | |
parent | 7fc95e2c87a32e2b6c87bdd5bbf88a649733412d (diff) | |
download | ATCD-smcq030515.tar.gz |
This commit was manufactured by cvs2svn to create tag 'smcq030515'.smcq030515
Diffstat (limited to 'tests/Service_Config_Test.icc')
-rw-r--r-- | tests/Service_Config_Test.icc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/Service_Config_Test.icc b/tests/Service_Config_Test.icc deleted file mode 100644 index 5987e9f6738..00000000000 --- a/tests/Service_Config_Test.icc +++ /dev/null @@ -1,22 +0,0 @@ -// $Id$ - -include "vacpp_setup.icc" -option - link(libSearchPath, platformLibSearchPath), - incl(searchPath, ".."), - link(linkWithMultiThreadLib,yes), - link(debug) - { - target type (exe) "Service_Config_Test" - { - source type (cpp) "Service_Config_Test.cpp" - if ($__IBMCPP__ >= 500) { - option macros(global) { - source type (hpp) "test_config.h" - } - source type (cpp) "test_config.h" - source type (cpp) "../ace/Singleton.cpp" - } - source type (lib) platformLinkLibs - } - } |