From a5ea63f7d8003c737cd1ec9a76b44b13b2aee157 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 27 Aug 2008 18:33:59 +0000 Subject: [PATCH] RCS files now used for all cygwin and mingw builds. --- src/rsrv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsrv/Makefile b/src/rsrv/Makefile index 8002e64d8..d39eab43f 100644 --- a/src/rsrv/Makefile +++ b/src/rsrv/Makefile @@ -28,7 +28,7 @@ LIBRARY_IOC = rsrvIoc rsrvIoc_LIBS = asIoc dbIoc ca Com rsrvIoc_SYS_LIBS_WIN32 := ws2_32 -rsrvIoc_RCS_WIN32 = rsrvIoc.rc +rsrvIoc_RCS = rsrvIoc.rc # For R3.13 compatibility only ifeq ($(strip $(COMPAT_313)),YES)