Remove 'include win32.mak' from certain nmake files when not needed.

Change-Id: I05a505d884abb5fd7fca87bb89af29e3e4502b74
Reviewed-on: https://code.wireshark.org/review/1460
Reviewed-by: Bill Meier <wmeier@newsguy.com>
This commit is contained in:
Bill Meier 2014-05-01 10:58:22 -04:00
parent 5410fab080
commit a42b04eade
4 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@
#
include ..\config.nmake
include <win32.mak>
include ..\Makefile.nmake.inc
############### no need to modify below this line #########

View File

@ -1,7 +1,6 @@
#
include ../config.nmake
include <win32.mak>
wireshark.manifest: nsis/wireshark.nsi ws-manifest.pl
$(PERL) ws-manifest.pl nsis/wireshark.nsi > $@

View File

@ -1,7 +1,6 @@
#
include ../../../config.nmake
include <win32.mak>
FILES = Files
APP = App

View File

@ -1,7 +1,6 @@
#
include ..\..\config.nmake
include <win32.mak>
############### no need to modify below this line #########