From e38f229faa99fea415685f216a95122baae7604f Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 11 Feb 1997 04:51:01 +0000 Subject: [PATCH] Build getopt.obj (getopt functionality for win32 console apps) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9844 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/windows/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/windows/Makefile.in b/src/util/windows/Makefile.in index 63bbcd7ff..d445f9364 100644 --- a/src/util/windows/Makefile.in +++ b/src/util/windows/Makefile.in @@ -5,7 +5,7 @@ CFLAGS = $(COPTS) $(INCLUDES) ##WIN16##LFLAGS = /nologo /nod /nopackcode ##WIN32##LFLAGS = /nologo /nod -##WIN32##all-windows:: libecho.exe +##WIN32##all-windows:: libecho.exe getopt.obj libecho.exe: libecho.c -- 2.26.2