added additional libs for non-dll build

This commit is contained in:
Jeff Hill
1998-05-29 20:35:18 +00:00
parent 4d8587a382
commit a5a8b8d263
2 changed files with 8 additions and 1 deletions

View File

@@ -7,7 +7,10 @@ include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
SYS_PROD_LIBS_WIN32 := ws2_32
#
# Added winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 winmm user32
SRCS += main.cc
SRCS += directoryServer.cc

View File

@@ -7,6 +7,10 @@ include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
#
# Added ws2_32 winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 winmm user32
SRCS += main.cc
SRCS += exServer.cc