aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-02-02 02:52:53 +0000
committerBill Meier <wmeier@newsguy.com>2011-02-02 02:52:53 +0000
commit917a367ba017364e556487372b3a9063332567ab (patch)
tree42c010626ba88117d27562ecb507111575073847 /packaging/Makefile.nmake
parent410284fe153c9246a18ed5903e64031cc8050387 (diff)
makefile.nmake => Makefile.nmake
svn path=/trunk/; revision=35750
Diffstat (limited to 'packaging/Makefile.nmake')
-rw-r--r--packaging/Makefile.nmake17
1 files changed, 17 insertions, 0 deletions
diff --git a/packaging/Makefile.nmake b/packaging/Makefile.nmake
new file mode 100644
index 0000000000..a988f3c183
--- /dev/null
+++ b/packaging/Makefile.nmake
@@ -0,0 +1,17 @@
+#
+# $Id$
+#
+
+include ../config.nmake
+include <win32.mak>
+
+wireshark.manifest: nsis/wireshark.nsi ws-manifest.pl
+ $(PERL) ws-manifest.pl nsis/wireshark.nsi > $@
+
+clean:
+ rm -rf wireshark.manifest
+
+distclean: clean
+
+maintainer-clean: distclean
+