From 3ccf720f9620a70f900b66f22255130a2eda287c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 29 May 1998 20:17:39 +0000 Subject: [PATCH] fixed for non-dll build under win32 --- src/util/Makefile.Host | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/util/Makefile.Host b/src/util/Makefile.Host index a0a6db400..fa598c3bf 100644 --- a/src/util/Makefile.Host +++ b/src/util/Makefile.Host @@ -10,8 +10,10 @@ CMPLR = STRICT SYS_PROD_LIBS_DEFAULT := m SYS_PROD_LIBS_WIN32 := -nil- PROD_LIBS := ca Com -SYS_PROD_LIBS_WIN32 := ws2_32 - +# +# Added winmm user32 for the non-dll build +# +SYS_PROD_LIBS_WIN32 := ws2_32 winmm user32 PROD_DEFAULT := ca_test iocLogServer startCArepeater PROD_WIN32 := ca_test iocLogServer