Makefile changes so that rec and dev build on win32
This commit is contained in:
@@ -11,22 +11,22 @@ TOP=../../..
|
||||
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
SRCS += devAiTestAsyn.c
|
||||
SRCS += devAoTestAsyn.c
|
||||
SRCS += devBiTestAsyn.c
|
||||
SRCS += devBoTestAsyn.c
|
||||
SRCS += devEventTestIoEvent.c
|
||||
SRCS += devHistogramTestAsyn.c
|
||||
SRCS += devMbbiTestAsyn.c
|
||||
SRCS += devMbboTestAsyn.c
|
||||
SRCS += devSiTestAsyn.c
|
||||
SRCS += devSoTestAsyn.c
|
||||
SRCS += devWfTestAsyn.c
|
||||
LIBSRCS += devAiTestAsyn.c
|
||||
LIBSRCS += devAoTestAsyn.c
|
||||
LIBSRCS += devBiTestAsyn.c
|
||||
LIBSRCS += devBoTestAsyn.c
|
||||
LIBSRCS += devEventTestIoEvent.c
|
||||
LIBSRCS += devHistogramTestAsyn.c
|
||||
LIBSRCS += devMbbiTestAsyn.c
|
||||
LIBSRCS += devMbboTestAsyn.c
|
||||
LIBSRCS += devSiTestAsyn.c
|
||||
LIBSRCS += devSoTestAsyn.c
|
||||
LIBSRCS += devWfTestAsyn.c
|
||||
|
||||
LIBRARY_IOC = testDevIoc
|
||||
testDevIoc_LIBS += dbIoc
|
||||
testDevIoc_LIBS += recIoc asIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
|
||||
# For R3.13 compatability
|
||||
OBJS_vxWorks = $(SRCS:%.c=%)
|
||||
OBJS_vxWorks = $(LIBSRCS:%.c=%)
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
Reference in New Issue
Block a user