From 6bab1fd0a31f8e54184114abd7ba6fd2e87d0ce9 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Fri, 10 Dec 2004 02:19:30 +0000 Subject: [PATCH] (getopt) [_WIN32]: New for parsing command line arguments. --- src/lib/gen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/gen/Makefile b/src/lib/gen/Makefile index eaa00f569..98970838a 100644 --- a/src/lib/gen/Makefile +++ b/src/lib/gen/Makefile @@ -45,7 +45,7 @@ NTOBJS = chance.obj copy.obj disassoc.obj \ emp_config.obj getstarg.obj getstring.obj \ io.obj ioqueue.obj mapdist.obj minmax.obj \ numstr.obj onearg.obj parse.obj plur.obj queue.obj round.obj \ - scthash.obj strdup.obj + scthash.obj strdup.obj getopt.obj all: $(LIB) -- 2.43.0