From d811b121bb5e89a5bdf0f1010884b9991ecc9e2d Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 24 Feb 2000 19:09:32 +0000 Subject: ChangeLogTag:Thu Feb 24 12:35:31 2000 Steve Huston --- tests/Priority_Buffer_Test.icc | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) (limited to 'tests/Priority_Buffer_Test.icc') diff --git a/tests/Priority_Buffer_Test.icc b/tests/Priority_Buffer_Test.icc index cfd3a72b880..0d09c6c3309 100644 --- a/tests/Priority_Buffer_Test.icc +++ b/tests/Priority_Buffer_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 "Priority_Buffer_Test.exe" + link(libSearchPath, platformLibSearchPath), + incl(searchPath, ".."), + link(linkWithMultiThreadLib,yes), + link(debug) + { + target type (exe) "Priority_Buffer_Test" { source type (cpp) "Priority_Buffer_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 } - } + } -- cgit v1.2.1