winmm => advapi32
This commit is contained in:
@@ -10,7 +10,7 @@ PROD_LIBS := cas ca gdd Com
|
||||
#
|
||||
# Added winmm user32 for the non-dll build
|
||||
#
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 winmm user32
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
|
||||
|
||||
SRCS += main.cc
|
||||
SRCS += directoryServer.cc
|
||||
|
||||
@@ -10,7 +10,7 @@ PROD_LIBS := cas ca gdd Com
|
||||
#
|
||||
# Added ws2_32 winmm user32 for the non-dll build
|
||||
#
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 winmm user32
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
|
||||
|
||||
SRCS += main.cc
|
||||
SRCS += exServer.cc
|
||||
|
||||
@@ -13,7 +13,7 @@ PROD_LIBS := ca Com
|
||||
#
|
||||
# Added winmm user32 for the non-dll build
|
||||
#
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 winmm user32
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
|
||||
PROD_DEFAULT := ca_test iocLogServer startCArepeater
|
||||
PROD_WIN32 := ca_test iocLogServer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user