summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-12-06 08:40:17 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-12-06 08:40:17 +0000
commit08a727307c625a2496fd1f0e52881ccf6a5ffe7d (patch)
tree423062ee8587e456a53e98431ea3bc3d7552da31 /Makefile.nmake
parentac2edbb7aae81efe07d7d13f95d2929fab708e0f (diff)
downloadwireshark-08a727307c625a2496fd1f0e52881ccf6a5ffe7d.tar.gz
both the buildbot and I have problems with setargv.obj
trying to comment it out, so the build should work again. don't know what this file is all about :-( I just don't have that file and it doesn't seem to be generated ... svn path=/trunk/; revision=16697
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 4ef00d9828..17200d1f04 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -35,7 +35,9 @@ dumpcap_OBJECTS = $(dumpcap_SOURCES:.c=.obj)
randpkt_OBJECTS = $(randpkt_SOURCES:.c=.obj)
-command_line_OBJECTS = setargv.obj
+command_line_OBJECTS =
+
+#setargv.obj
EXTRA_OBJECTS = \
# snprintf.obj \