summaryrefslogtreecommitdiff
path: root/tests/CLASSIX/CLASSIX_Select_Reactor_Test.icc
blob: b7f06f11b5e40f86982de0505d0dc5ff6efa6e1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
	}
   }