From 8a0b6c64ece1761185431cfe1c3c118d702f6787 Mon Sep 17 00:00:00 2001 From: schmidt Date: Mon, 28 Jun 1999 01:49:46 +0000 Subject: . --- tests/TSS_Test.icc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/TSS_Test.icc (limited to 'tests/TSS_Test.icc') diff --git a/tests/TSS_Test.icc b/tests/TSS_Test.icc new file mode 100644 index 00000000000..aa297680546 --- /dev/null +++ b/tests/TSS_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 "TSS_Test.exe" + { + source type (cpp) "TSS_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" + } + } -- cgit v1.2.1