aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-01 10:01:21 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-11-01 10:01:21 +0000
commit405fa83530a2d31aa6f6d24033536be857d95c47 (patch)
treeb588686cdedbaec6ece325d313340f5bac0f555a /config.nmake
parent30ebc800d83724687413ccf39f861c2b614d9870 (diff)
Cygwin doesn't necessarily come with an "sh.exe", so use "$(SH)" rather
than "sh" to run a Bourne-compatible shell in "Makefile.nmake", and define "SH" to be "bash" in "config.nmake". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6540 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 3b9c509a89..90fca97594 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.31 2002/10/09 03:07:27 gerald Exp $
+# $Id: config.nmake,v 1.32 2002/11/01 10:01:21 guy Exp $
VERSION=0.9.7
RC_VERSION=0.9.7
@@ -24,6 +24,7 @@ PDB_FILE=vc*.pdb
# Set path if you need to find some binary
PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;c:\program files\common files\gnu;$(PATH)
+SH=bash
PERL=perl
POD2MAN=pod2man
POD2HTML=pod2html