diff options
| author | Richard Basch <probe@mit.edu> | 1997-02-11 04:51:01 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1997-02-11 04:51:01 +0000 |
| commit | e38f229faa99fea415685f216a95122baae7604f (patch) | |
| tree | 07b0aa995eab7532fc709758ef951cc029b23693 /src/util/windows | |
| parent | 368f4b2e523316782321705fa7a434b50b69d8ce (diff) | |
| download | krb5-e38f229faa99fea415685f216a95122baae7604f.tar.gz krb5-e38f229faa99fea415685f216a95122baae7604f.tar.xz krb5-e38f229faa99fea415685f216a95122baae7604f.zip | |
Build getopt.obj (getopt functionality for win32 console apps)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9844 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/windows')
| -rw-r--r-- | src/util/windows/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
