aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-12-28 01:47:10 +0000
committerBill Meier <wmeier@newsguy.com>2009-12-28 01:47:10 +0000
commitfce59a00bbe325d5f3e155b8e7b585d05099803d (patch)
treefa6767b4990329bcf251d169d258f33fd4737587 /Makefile.nmake
parentb74a82e665911d2d008287a523f150b947b5f1ef (diff)
From Jim Young: Fix for "nmake call to cygwin 1.7.1 bash fails if win32 style backslash path delimiters".
Note the change seems to also work AOK for cygwin1.5.?. See Bug #4359. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4359 svn path=/trunk/; revision=31370
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 570e5fb26f..2b268facd0 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -15,7 +15,7 @@ CC = cl
LINK= link
BSCMAKE= bscmake
-WIN_SETUP=tools\$(WIRESHARK_TARGET_PLATFORM)-setup.sh
+WIN_SETUP=tools/$(WIRESHARK_TARGET_PLATFORM)-setup.sh
# -------------
# Checking that the Wireshark Libraries are up-to-date: