]> git.pond.sub.org Git - empserver/commitdiff
(getopt) [_WIN32]: New for parsing command line arguments.
authorRon Koenderink <rkoenderink@yahoo.ca>
Fri, 10 Dec 2004 02:19:30 +0000 (02:19 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Fri, 10 Dec 2004 02:19:30 +0000 (02:19 +0000)
src/lib/gen/Makefile

index eaa00f5696a1e6e922e461e1fa1b492cd728acf4..98970838aaf809c82c9cdde53fc962c236c0678c 100644 (file)
@@ -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 \
        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)
 
 
 all: $(LIB)