summaryrefslogtreecommitdiff
path: root/cpp/test/IceDiscovery/Makefile.mak
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceDiscovery/Makefile.mak')
-rw-r--r--cpp/test/IceDiscovery/Makefile.mak19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpp/test/IceDiscovery/Makefile.mak b/cpp/test/IceDiscovery/Makefile.mak
deleted file mode 100644
index 64c189cad9a..00000000000
--- a/cpp/test/IceDiscovery/Makefile.mak
+++ /dev/null
@@ -1,19 +0,0 @@
-# **********************************************************************
-#
-# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
-#
-# This copy of Ice is licensed to you under the terms described in the
-# ICE_LICENSE file included in this distribution.
-#
-# **********************************************************************
-
-top_srcdir = ..\..
-
-!include $(top_srcdir)/config/Make.rules.mak
-
-SUBDIRS = simple
-
-$(EVERYTHING)::
- @for %i in ( $(SUBDIRS) ) do \
- @echo "making $@ in %i" && \
- cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1