Files
pcas/src/rsrv/Makefile
T
2000-03-20 23:15:16 +00:00

22 lines
353 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
USR_INCLUDES = -I../../ca
INC += rsrv.h
LIBSRCS += caserverio.c
LIBSRCS += caservertask.c
LIBSRCS += camsgtask.c
LIBSRCS += camessage.c
LIBSRCS += cast_server.c
LIBSRCS += online_notify.c
LIBRARY_IOC = rsrvIoc
rsrvIoc_DLL_LIBS = asIoc dbIoc ca Com
SYS_DLL_LIBS := ws2_32
include $(TOP)/configure/RULES