fixed for non-dll build under win32

This commit is contained in:
Jeff Hill
1998-05-29 20:17:39 +00:00
parent f844b2c5af
commit 3ccf720f96

View File

@@ -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