diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-09-07 10:02:36 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-09-07 10:02:36 +0000 |
commit | 5b2510fb8e0768c18018cb0b8e6bd9f9342d0e6e (patch) | |
tree | 8da099a92860721a5737d0a80a40cec95e5d6ab7 /gtk/Makefile.nmake | |
parent | f4ba9d929c5c0621a8ef0584c02d6c6b9db2c30c (diff) | |
download | wireshark-5b2510fb8e0768c18018cb0b8e6bd9f9342d0e6e.tar.gz wireshark-5b2510fb8e0768c18018cb0b8e6bd9f9342d0e6e.tar.bz2 wireshark-5b2510fb8e0768c18018cb0b8e6bd9f9342d0e6e.zip |
Tap system supprot for Gtk1 and both rpc_stat and rpc_progs
Gtk1 is still single threaded so if the tap extensions need to do something
time consuming or cpu intensive, then the main application will suffer.
It is better than nothing.
svn path=/trunk/; revision=6215
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r-- | gtk/Makefile.nmake | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake index b79ba03295..dd08aaa800 100644 --- a/gtk/Makefile.nmake +++ b/gtk/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.28 2002/08/31 10:58:18 jmayer Exp $ +# $Id: Makefile.nmake,v 1.29 2002/09/07 10:02:27 sahlberg Exp $ include ..\config.nmake @@ -53,6 +53,8 @@ OBJECTS=capture_dlg.obj \ proto_dlg.obj \ proto_draw.obj \ proto_hier_stats_dlg.obj \ + rpc_stat.obj \ + rpc_progs.obj \ simple_dialog.obj \ stream_prefs.obj \ summary_dlg.obj \ |