summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-08-29 19:22:42 +0000
committerGerald Combs <gerald@wireshark.org>2011-08-29 19:22:42 +0000
commitcd7da58daae34475a07b547f595b0d715707e533 (patch)
tree0e360f376b5c7e8eeff7c0e057a6892a17c67766 /Makefile.nmake
parent6c3a7ca052bbc1d2248ab98d2e261ad20ff9b4b9 (diff)
downloadwireshark-cd7da58daae34475a07b547f595b0d715707e533.tar.gz
Add "--windowsonly" and "--cygwinonly" options to win-setup.sh
--appverify. Make sure "mt" is only found in a normaly Windows path and "find" is only found in a Cygwin path. svn path=/trunk/; revision=38781
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 38cb3b0356..de879764c2 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -722,14 +722,14 @@ REQUIRED_TOOLS=\
$(LINK) \
nmake \
!IFDEF MANIFEST_INFO_REQUIRED
- mt \
+ --windowsonly mt \
!ENDIF
$(SH_PROG) \
$(YACC) \
$(LEX) \
env \
grep \
- /usr/bin/find \
+ --cygwinonly /usr/bin/find \
$(PERL) \
$(PYTHON) \
sed \