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