summaryrefslogtreecommitdiff
path: root/tests/CLASSIX_Select_Reactor_Test.icc
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-07 16:30:11 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-07 16:30:11 +0000
commita980eaccb9f0338f262549f31cc99a23529efd73 (patch)
tree726d1a64fda6757c5c37b41a489af40bcfa7505c /tests/CLASSIX_Select_Reactor_Test.icc
parentdcd83bbd125e03d0659576ba51831a7350e3fd49 (diff)
downloadATCD-a980eaccb9f0338f262549f31cc99a23529efd73.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_0_15'.TAO-1_0_15
Diffstat (limited to 'tests/CLASSIX_Select_Reactor_Test.icc')
-rw-r--r--tests/CLASSIX_Select_Reactor_Test.icc22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/CLASSIX_Select_Reactor_Test.icc b/tests/CLASSIX_Select_Reactor_Test.icc
deleted file mode 100644
index b7f06f11b5e..00000000000
--- a/tests/CLASSIX_Select_Reactor_Test.icc
+++ /dev/null
@@ -1,22 +0,0 @@
-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"
- }
- }