diff options
Diffstat (limited to 'cpp/test/Slice/Makefile.mak')
-rw-r--r-- | cpp/test/Slice/Makefile.mak | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/cpp/test/Slice/Makefile.mak b/cpp/test/Slice/Makefile.mak deleted file mode 100644 index 59ebacb041c..00000000000 --- a/cpp/test/Slice/Makefile.mak +++ /dev/null @@ -1,22 +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 = keyword \ - parser \ - structure \ - macros - -$(EVERYTHING):: - @for %i in ( $(SUBDIRS) ) do \ - @echo "making $@ in %i" && \ - cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1 |