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 | 80513f317131b4c3bcafb3fe9750e97c6911933c (patch) | |
tree | fa82b6ce4ec843b429b9701e78221ce12b91e022 /tests/DLL_Test.icc | |
parent | af0f0a31bc9f83b408bbd467c9bc10dc72c0a61d (diff) | |
download | ATCD-80513f317131b4c3bcafb3fe9750e97c6911933c.tar.gz |
ChangeLogTag:Thu Feb 24 12:35:31 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/DLL_Test.icc')
-rw-r--r-- | tests/DLL_Test.icc | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/tests/DLL_Test.icc b/tests/DLL_Test.icc index 783af1bd1d3..6c974f63473 100644 --- a/tests/DLL_Test.icc +++ b/tests/DLL_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 "DLL_Test.exe" + link(libSearchPath, platformLibSearchPath), + incl(searchPath, ".."), + link(linkWithMultiThreadLib,yes), + link(debug) + { + target type (exe) "DLL_Test" { source type (cpp) "DLL_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 } - } + } |