aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-05-13 20:54:39 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-05-13 20:54:39 +0000
commitd5a08cdf9f6a49e506aa6201ff433a5964aaf616 (patch)
tree1574e064ff8c899c3d9e2646f0e9a53558eb9533 /Makefile.nmake
parent0bd68624d1f94cf29fcd521823d50d8267644dfc (diff)
Fix a typo (seperate should be separate).
svn path=/trunk/; revision=10878
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4dc7acbecd..221c6995ef 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.417 2004/05/09 10:03:36 guy Exp $
+# $Id: Makefile.nmake,v 1.418 2004/05/13 20:54:39 obiot Exp $
include config.nmake
include <win32.mak>
@@ -125,7 +125,7 @@ packaging: all
cd ..
cd ..
-seperate_packaging: all
+separate_packaging: all
cd packaging
cd nsis
!IFDEF GTK1_DIR
@@ -436,7 +436,7 @@ setup: verify_apps
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
gtk2 gtk2/atk-dev-1.4.0.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- gtk-wimp gtk2/gtk-wimp-0.5.3-bin.zip
+ gtk-wimp gtk2/gtk-wimp-0.5.4-bin.zip
!ENDIF
@echo.
@echo Ethereal is ready to build.