aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-21 17:27:35 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-21 17:27:35 +0000
commit2a6da1361c62b7f2834a8399a7af4c018a31ba64 (patch)
tree9c07f38e6d3e2ecfe0e43689570db1bb67e11583 /Makefile.nmake
parent5c061e582e8ac9f0e744cb0981f942197a925613 (diff)
Add experimental feature of opening a webbrowser, to show some of the
webpages from http://www.ethereal.com. This functionality is copied from the Gimp. Win32 will use ShellExecute to use the system registered webbrowser. On unix builds, currently the mozilla browser is hardcoded, we still need a preference setting for this (I will add this later). svn path=/trunk/; revision=11206
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 07e2566461..5f1226d5bc 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.423 2004/06/21 15:57:50 gerald Exp $
+# $Id: Makefile.nmake,v 1.424 2004/06/21 17:27:35 ulfl Exp $
include config.nmake
include <win32.mak>
@@ -55,7 +55,7 @@ EXTRA_OBJECTS = \
strptime.obj
ethereal_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
- wsock32.lib user32.lib \
+ wsock32.lib user32.lib shell32.lib \
$(NET_SNMP_DIR)\win32\lib\netsnmp.lib \
!IFDEF ENABLE_LIBETHEREAL
epan\libethereal.lib \