fixed for non-dll build under win32
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user