diff options
Diffstat (limited to 'cpp/test/Slice/utf8BOM/Makefile.mak')
-rw-r--r-- | cpp/test/Slice/utf8BOM/Makefile.mak | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/cpp/test/Slice/utf8BOM/Makefile.mak b/cpp/test/Slice/utf8BOM/Makefile.mak deleted file mode 100644 index 899ce7cfb78..00000000000 --- a/cpp/test/Slice/utf8BOM/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 = ..\..\.. - -TARGETS = $(OBJS) - -OBJS = .\Test.obj - -!include $(top_srcdir)/config/Make.rules.mak - -SLICE2CPPFLAGS = -I. $(SLICE2CPPFLAGS) -CPPFLAGS = -I. $(CPPFLAGS) -DWIN32_LEAN_AND_MEAN - -clean:: - del /q Test.cpp Test.h |