diff options
author | Steve Huston <shuston@riverace.com> | 2003-01-04 23:56:04 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-01-04 23:56:04 +0000 |
commit | 0a98a2ae47adca27b76d0a7fc2352e9631d0f52e (patch) | |
tree | 80ec3102ca683d254405ca1034dd960530c2a69d /tests/Recursive_Condition_Test.icc | |
parent | 626f6a3e4277947bfe412cde66cea6172841c2cd (diff) | |
download | ATCD-0a98a2ae47adca27b76d0a7fc2352e9631d0f52e.tar.gz |
ChangeLogTag:Sat Jan 4 18:46:19 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Recursive_Condition_Test.icc')
-rw-r--r-- | tests/Recursive_Condition_Test.icc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/Recursive_Condition_Test.icc b/tests/Recursive_Condition_Test.icc index c80c17a22b4..b9fca71746f 100644 --- a/tests/Recursive_Condition_Test.icc +++ b/tests/Recursive_Condition_Test.icc @@ -10,6 +10,13 @@ option target type (exe) "Recursive_Condition_Test" { source type (cpp) "Recursive_Condition_Test.cpp" - source platformLinkLibs + 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 } } |