From d45e1b13e4174629ac12a6b7b7d61d48dfb9de3e 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index 033765393..9553ab414 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -224,9 +224,7 @@ SRC_DIRS += $(LIBCOM)/tsDefs INC += tsDefs.h SRCS += tsDefs.c -# For WIN32 we supply getopt as part of libCom: -INC_WIN32 := getopt.h -SRCS_WIN32 := getopt.c +# For WIN32 SRCS_WIN32 += dllmain.cpp SRCS_WIN32 += forceBadAllocException.cpp