diff options
Diffstat (limited to 'tests/SPIPE_Test.icc')
-rw-r--r-- | tests/SPIPE_Test.icc | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/tests/SPIPE_Test.icc b/tests/SPIPE_Test.icc index 06adf2cd6fd..d850d3b7ad8 100644 --- a/tests/SPIPE_Test.icc +++ b/tests/SPIPE_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 "SPIPE_Test.exe" + link(libSearchPath, platformLibSearchPath), + incl(searchPath, ".."), + link(linkWithMultiThreadLib,yes), + link(debug) + { + target type (exe) "SPIPE_Test" { source type (cpp) "SPIPE_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 } - } + } |