aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-29 22:43:33 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-29 22:43:33 +0000
commitd177c7d7310fcfdaaba89c4186395991c8f28f97 (patch)
tree302f9521526f114270ac1e24e6be4cf6ce1af42d /gtk/Makefile.nmake
parent1479458d1b1f895dbcefb9329275787c7e1e489d (diff)
Nothing in "range.c" is GTK+-specific, so move it to the top-level
directory. svn path=/trunk/; revision=9487
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 709bda80d6..4f1de51264 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.67 2003/12/29 20:05:59 ulfl Exp $
+# $Id: Makefile.nmake,v 1.68 2003/12/29 22:43:33 guy Exp $
include ..\config.nmake
@@ -95,7 +95,6 @@ OBJECTS = \
proto_dlg.obj \
proto_draw.obj \
proto_hier_stats_dlg.obj \
- range.obj \
rtp_stream.obj \
service_response_time_table.obj \
simple_dialog.obj \