aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-02-12 08:44:43 +0000
committerGuy Harris <guy@alum.mit.edu>2000-02-12 08:44:43 +0000
commitdd3c88c1ff0f439293465af809a0a0ea47ea70fe (patch)
treef06b4e489dcc706f8cab26f2800105d87de1dab5 /Makefile.nmake
parent258da282616efa796ad4e1ec12dab2d9067bb8a2 (diff)
Update the Win32 Nmakefiles to reflect the move of the color code into
the "gtk" directory and the split of that code into "colors.c" and "color_dlg.c". svn path=/trunk/; revision=1624
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index fa8472c338..80ac782d84 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -147,7 +147,6 @@ ethereal_OBJECTS = \
$(DISSECTOR_OBJECTS) \
$(ETHEREAL_COMMON_OBJECTS) \
capture.obj \
- colors.obj \
file.obj \
summary.obj \
@@ -159,7 +158,6 @@ EXTRA_ethereal_OBJECTS = \
inet_pton.obj \
inet_ntop.obj
-
LIBS= wiretap\libwtap.lib gtk\libui.lib wsock32.lib user32.lib \
$(GTK_DIR)\gtk\gtk-$(GTK_VERSION).lib \
$(GTK_DIR)\gdk\win32\gdk-$(GTK_VERSION).lib \