aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 2ee17350a0..b4b9571788 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.379 2003/12/24 02:06:26 obiot Exp $
+# $Id: Makefile.nmake,v 1.380 2003/12/29 22:42:39 guy Exp $
include config.nmake
include <win32.mak>
@@ -470,6 +470,7 @@ ETHEREAL_COMMON_OBJECTS = \
print.obj \
ps.obj \
ptvcursor.obj \
+ range.obj \
reassemble.obj \
register.obj \
req_resp_hdrs.obj \