summaryrefslogtreecommitdiff
path: root/tests/CLASSIX_Select_Reactor_Test.icc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CLASSIX_Select_Reactor_Test.icc')
-rw-r--r--tests/CLASSIX_Select_Reactor_Test.icc22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/CLASSIX_Select_Reactor_Test.icc b/tests/CLASSIX_Select_Reactor_Test.icc
new file mode 100644
index 00000000000..b7f06f11b5e
--- /dev/null
+++ b/tests/CLASSIX_Select_Reactor_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_Select_Reactor_Test.exe"
+ {
+ source type (cpp) "CLASSIX_Select_Reactor_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"
+ }
+ }