diff options
author | Steve Huston <shuston@riverace.com> | 2000-02-24 19:09:32 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-02-24 19:09:32 +0000 |
commit | d811b121bb5e89a5bdf0f1010884b9991ecc9e2d (patch) | |
tree | fa82b6ce4ec843b429b9701e78221ce12b91e022 /tests/Notify_Performance_Test.icc | |
parent | f4dbab63ddfb04eb8fd7ce642201ed8aa68e4d6e (diff) | |
download | ATCD-d811b121bb5e89a5bdf0f1010884b9991ecc9e2d.tar.gz |
ChangeLogTag:Thu Feb 24 12:35:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Notify_Performance_Test.icc')
-rw-r--r-- | tests/Notify_Performance_Test.icc | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/tests/Notify_Performance_Test.icc b/tests/Notify_Performance_Test.icc index 2ff67813697..34726f8e6c2 100644 --- a/tests/Notify_Performance_Test.icc +++ b/tests/Notify_Performance_Test.icc @@ -1,22 +1,15 @@ +// $Id$ + +include "vacpp_setup.icc" option - define ("ACE_HAS_WINSOCK2","1"), - define ("__ACE_INLINE__","0"), - define ("WIN32","1"), - define ("_WINDOWS","1"), - define("ACE_HAS_DLL","0"), - link(libSearchPath,'H:\ACE_wrappers\ace'), - incl(searchPath,'H:\ACE_wrappers'), - link(linkWithMultiThreadLib,yes) - { - target "Notify_Performance_Test.exe" + link(libSearchPath, platformLibSearchPath), + incl(searchPath, ".."), + link(linkWithMultiThreadLib,yes), + link(debug) + { + target type (exe) "Notify_Performance_Test" { source type (cpp) "Notify_Performance_Test.cpp" - - source type (lib) "aced.lib" - source type (lib) "advapi32.lib" - source type (lib) "user32.lib" - source type (lib) "ws2_32.lib" - source type (lib) "wsock32.lib" - source type (lib) "mswsock.lib" + source platformLinkLibs } - } + } |