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 | d320d5151490b6e78f5436dd49e02b1066d960f9 (patch) | |
tree | 8459372287792dab62e4f71b77e3c2cb4270c0ae /tests/CLASSIX_CLD_Connector_Test.icc | |
parent | e1f36b49a5aa812448c9b6755e8c5125f2ee3806 (diff) | |
download | ATCD-d320d5151490b6e78f5436dd49e02b1066d960f9.tar.gz |
.
Diffstat (limited to 'tests/CLASSIX_CLD_Connector_Test.icc')
-rw-r--r-- | tests/CLASSIX_CLD_Connector_Test.icc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/CLASSIX_CLD_Connector_Test.icc b/tests/CLASSIX_CLD_Connector_Test.icc new file mode 100644 index 00000000000..0e6616500a0 --- /dev/null +++ b/tests/CLASSIX_CLD_Connector_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 "CLASSIX_CLD_Connector_Test.exe" + { + source type (cpp) "CLASSIX_CLD_Connector_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" + } + } |