summaryrefslogtreecommitdiff
path: root/tests/CLASSIX/CLASSIX_CLD_Connector_Test.icc
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-01 16:18:56 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-01 16:18:56 +0000
commit6803d545979635f9fc0fb817b1e0841e69a96472 (patch)
tree74eb2aa0844bc54028da8dc9704fb6eac45322c0 /tests/CLASSIX/CLASSIX_CLD_Connector_Test.icc
parentc0cc5f64b0e435e8603e6a47161d166e4140a49d (diff)
downloadATCD-TAO-1_1_18.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-1_1_18'.TAO-1_1_18
Diffstat (limited to 'tests/CLASSIX/CLASSIX_CLD_Connector_Test.icc')
-rw-r--r--tests/CLASSIX/CLASSIX_CLD_Connector_Test.icc22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/CLASSIX/CLASSIX_CLD_Connector_Test.icc b/tests/CLASSIX/CLASSIX_CLD_Connector_Test.icc
deleted file mode 100644
index 0e6616500a0..00000000000
--- a/tests/CLASSIX/CLASSIX_CLD_Connector_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_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"
- }
- }