aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-26 02:16:16 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-26 02:16:16 +0000
commit7737b1382d3d7986dad9c5c5d8b6aa4186f16cdb (patch)
tree6ff0ac42f580d32a6dcf5d62e3aa6d320669b844 /epan/ftypes
parent10eacc1f0a0555a12659d352cc381c8d6ce7ca30 (diff)
From Laurent Rabret: replace "lib" with "link /lib"; "lib" is just a
wrapper around "link /lib", and not all Microsoft C compiler distributions provide "lib". svn path=/trunk/; revision=11242
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index e79a734021..5f45c4586f 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/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.9 2004/01/22 19:27:59 ulfl Exp $
+# $Id: Makefile.nmake,v 1.10 2004/06/26 02:16:16 guy Exp $
include ..\..\config.nmake
@@ -30,7 +30,7 @@ OBJECTS = \
ftypes.lib : $(OBJECTS)
- lib /out:ftypes.lib $(OBJECTS)
+ link /lib /out:ftypes.lib $(OBJECTS)
clean: