aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-03-23 08:45:36 -0700
committerGerald Combs <gerald@wireshark.org>2016-03-25 15:53:38 +0000
commitb48fc66cbc98fb0431a7b32c672b98c3d195ac95 (patch)
tree5dfc91b2dc7ec71349ef9c6c97eac0ea9f4acbe8 /Makefile.nmake
parent162df2509c821f60296840ed8ac6a0f724565d91 (diff)
Add a deprecation warning to config.nmake.
Add a deprecation warning to config.nmake which can be disabled by setting YES_I_KNOW_ABOUT_THE_DEPRECATION. Note that it will become a warning at some point in the future. Make a list of files that will be removed or updated in Makefile.nmake. Change-Id: I50d68eb3dea1bf5baee1e8a90d007c06d3aa1fa3 Reviewed-on: https://code.wireshark.org/review/14591 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 77be3386c9..6aec541513 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -7,6 +7,24 @@
include config.nmake
include <win32.mak>
+##### Deprecation #####
+# Support for NMake and QMake will be removed in June 2016. Removal includes
+# the following files:
+#
+# Makefile.nmake in the top level and most subdirectories.
+# Makefile.nmake.inc
+# config.nmake
+# epan/dissectors/asn1/Makefile.inc.nmake
+# epan/dissectors/asn1/Makefile.preinc.nmake
+# packaging/nsis/Custom.nmake
+# plugins/*/moduleinfo.nmake
+# tools/native-nmake.cmd
+# tools/win-setup.sh
+#
+# Additionally, the following files reference the nmake environment:
+# make-version.pl
+# The autotools 'dist' target
+
############### no need to modify below this line #########
CC = cl