From 2a5a175196481bc30d03f7d80b605258f4a71f7e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 16 Sep 2003 17:56:21 +0000 Subject: [PATCH] Removed WIN32 getopt.* (GPL) --- src/libCom/Makefile.Host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libCom/Makefile.Host b/src/libCom/Makefile.Host index 587c977d0..83776fa85 100644 --- a/src/libCom/Makefile.Host +++ b/src/libCom/Makefile.Host @@ -96,9 +96,9 @@ LIBSRCS += $(patsubst %,fdManager.cc,$(strip $(CPLUSPLUS))) LIBSRCS += $(patsubst %,osiTimer.cc,$(strip $(CPLUSPLUS))) LIBSRCS += $(patsubst %,osdTime.cc,$(strip $(CPLUSPLUS))) -# WIN32 has no getopt, we add it to the Com lib, +# WIN32 # special initialisation is done in winmain.c -LIBSRCS_WIN32 := getopt.c getLastWSAErrorAsString.c +LIBSRCS_WIN32 := getLastWSAErrorAsString.c LIBSRCS_WIN32 += $(patsubst %,dllmain.cc,$(strip $(CPLUSPLUS))) # Library to build: