diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-11 23:35:41 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-11 23:35:41 +0000 |
commit | 8bf37aa60a50b15dae57bb955b96d56fce738d18 (patch) | |
tree | 9834f9550e769aaad68dce46821adeb4148f7e24 /tests/TkReactor_Test.icc | |
parent | 7b41b14e94538517c380cceb7157c0b46655b507 (diff) | |
download | ATCD-8bf37aa60a50b15dae57bb955b96d56fce738d18.tar.gz |
ChangeLogTag:Sun Apr 11 18:33:35 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'tests/TkReactor_Test.icc')
-rw-r--r-- | tests/TkReactor_Test.icc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/TkReactor_Test.icc b/tests/TkReactor_Test.icc deleted file mode 100644 index 3a16d4960a3..00000000000 --- a/tests/TkReactor_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) "TkReactor_Test" - { - source type (cpp) "TkReactor_Test.cpp", "Main.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 - } - } |