summaryrefslogtreecommitdiff
path: root/tests/Priority_Buffer_Test.icc
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-02-24 19:09:32 +0000
committerSteve Huston <shuston@riverace.com>2000-02-24 19:09:32 +0000
commitd811b121bb5e89a5bdf0f1010884b9991ecc9e2d (patch)
treefa82b6ce4ec843b429b9701e78221ce12b91e022 /tests/Priority_Buffer_Test.icc
parentf4dbab63ddfb04eb8fd7ce642201ed8aa68e4d6e (diff)
downloadATCD-d811b121bb5e89a5bdf0f1010884b9991ecc9e2d.tar.gz
ChangeLogTag:Thu Feb 24 12:35:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Priority_Buffer_Test.icc')
-rw-r--r--tests/Priority_Buffer_Test.icc29
1 files changed, 11 insertions, 18 deletions
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
}
- }
+ }