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 | cf98239d186b778f7160330c411c251212aa26a0 (patch) | |
tree | 80ec3102ca683d254405ca1034dd960530c2a69d /tests/Tokens_Test.icc | |
parent | 58f04f283f602fb062dd31e4f956a64b14d74329 (diff) | |
download | ATCD-cf98239d186b778f7160330c411c251212aa26a0.tar.gz |
ChangeLogTag:Sat Jan 4 18:46:19 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Tokens_Test.icc')
-rw-r--r-- | tests/Tokens_Test.icc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/Tokens_Test.icc b/tests/Tokens_Test.icc index e382f351e81..e6cc8ce4824 100644 --- a/tests/Tokens_Test.icc +++ b/tests/Tokens_Test.icc @@ -10,6 +10,13 @@ option target type (exe) "Tokens_Test" { source type (cpp) "Tokens_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 } } |