aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-10-14 04:31:26 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-10-14 04:31:26 +0000
commit26bda31ed9c162e91dae0b1aea535d1e112fda14 (patch)
tree26ff2fe56461b07db58cccbdf4d5bb4531785528 /Makefile.nmake
parentb3f64359bb1fb553fd3a4944a45b1615d889dd66 (diff)
Move inet_*.[ch] files to epan.
svn path=/trunk/; revision=2494
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index eb3b5728b5..a8dbda8b54 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: nmake -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.57 2000/10/14 03:53:24 gram Exp $
+# $Id: Makefile.nmake,v 1.58 2000/10/14 04:31:24 gram Exp $
include config.nmake
@@ -188,10 +188,7 @@ tethereal_OBJECTS = \
EXTRA_OBJECTS = \
snprintf.obj \
strerror.obj \
- mkstemp.obj \
- inet_aton.obj \
- inet_pton.obj \
- inet_ntop.obj
+ mkstemp.obj
ethereal_LIBS= wiretap\libwtap.lib gtk\libui.lib epan\ethereal.lib \
wsock32.lib user32.lib \