GTK Wimp has it's own setting: GTK_WIMP_DIR,

the setup target should use it accordingly

svn path=/trunk/; revision=10894
This commit is contained in:
Ulf Lamping 2004-05-14 16:23:38 +00:00
parent d68c9fef0f
commit 3508e88563
1 changed files with 3 additions and 1 deletions

View File

@ -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.418 2004/05/13 20:54:39 obiot Exp $
# $Id: Makefile.nmake,v 1.419 2004/05/14 16:23:38 ulfl Exp $
include config.nmake
include <win32.mak>
@ -435,6 +435,8 @@ setup: verify_apps
gtk2 gtk2/atk-1.4.0.zip
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
gtk2 gtk2/atk-dev-1.4.0.zip
!ENDIF
!IFDEF GTK_WIMP_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
gtk-wimp gtk2/gtk-wimp-0.5.4-bin.zip
!ENDIF