aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-13 18:26:15 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-13 18:26:15 +0000
commit3d72fa5f87e5088d93ce34b1d5d9f488cdca03f3 (patch)
tree1da1ae96b07022ab40391b7171b26bca55b484d2 /wiretap
parent216a177b124bebda768b5835e94a08162a40a463 (diff)
Add "file_wrappers.c" to the list of things to compile with Microsoft
Visual C{++}. svn path=/trunk/; revision=1467
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index edd4070b47..44aa4ffc5b 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -10,6 +10,7 @@ OBJECTS=ascend-grammar.obj \
ascend.obj \
buffer.obj \
file.obj \
+ file_wrappers.obj \
i4btrace.obj \
iptrace.obj \
lanalyzer.obj \