From 231c1fb4bdb7261211d9f62b437c79212fafd0c0 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 20 Sep 1999 19:07:53 +0000 Subject: [PATCH] Removed getLastWSAErrorAsString from LIBSRCS. --- src/libCom/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/Makefile b/src/libCom/Makefile index c85e95c12..281a85ef0 100644 --- a/src/libCom/Makefile +++ b/src/libCom/Makefile @@ -94,7 +94,7 @@ LIBSRCS += $(patsubst %,fdManager.cc,$(strip $(CPLUSPLUS))) # WIN32 has no getopt, we add it to the Com lib, # special initialisation is done in winmain.c -LIBSRCS_WIN32 := getopt.c getLastWSAErrorAsString.c +LIBSRCS_WIN32 := getopt.c LIBSRCS_WIN32 += $(patsubst %,dllmain.cc,$(strip $(CPLUSPLUS))) # Library to build: