winmm => advapi32

This commit is contained in:
Jeff Hill
1998-07-08 15:50:29 +00:00
parent b48235c925
commit 652a8b289e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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