summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-12-04 18:12:14 +0100
committerJose <jose@zeroc.com>2014-12-04 18:12:14 +0100
commit44515f08e8c4555f8fe796db20924e4752e76349 (patch)
tree992d7ccddd5e2cca19559a24f8ded9721fe864da
parentFixed (ICE-6067) - Python tests fail to build on RHEL7 x64 (diff)
downloadice-44515f08e8c4555f8fe796db20924e4752e76349.tar.bz2
ice-44515f08e8c4555f8fe796db20924e4752e76349.tar.xz
ice-44515f08e8c4555f8fe796db20924e4752e76349.zip
Add missing file
-rw-r--r--cpp/test/IceGrid/fileLock/Makefile.mak27
1 files changed, 27 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/fileLock/Makefile.mak b/cpp/test/IceGrid/fileLock/Makefile.mak
new file mode 100644
index 00000000000..c34578e2c11
--- /dev/null
+++ b/cpp/test/IceGrid/fileLock/Makefile.mak
@@ -0,0 +1,27 @@
+# **********************************************************************
+#
+# Copyright (c) 2003-2014 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
+
+clean::
+ del /q build.txt
+
+!if "$(OPTIMIZE)" == "yes"
+
+all::
+ @echo release > build.txt
+
+!else
+
+all::
+ @echo debug > build.txt
+
+!endif \ No newline at end of file