diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-28 01:49:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-28 01:49:46 +0000 |
commit | 8a0b6c64ece1761185431cfe1c3c118d702f6787 (patch) | |
tree | 8459372287792dab62e4f71b77e3c2cb4270c0ae /tests/UPIPE_SAP_Test.icc | |
parent | 4c6f9aea5b8d00e44b5c1cae6e27c804dd13589e (diff) | |
download | ATCD-8a0b6c64ece1761185431cfe1c3c118d702f6787.tar.gz |
.
Diffstat (limited to 'tests/UPIPE_SAP_Test.icc')
-rw-r--r-- | tests/UPIPE_SAP_Test.icc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/UPIPE_SAP_Test.icc b/tests/UPIPE_SAP_Test.icc new file mode 100644 index 00000000000..785888c0180 --- /dev/null +++ b/tests/UPIPE_SAP_Test.icc @@ -0,0 +1,22 @@ +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 "UPIPE_SAP_Test.exe" + { + source type (cpp) "UPIPE_SAP_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" + } + } |