Makefile changes so that rec and dev build on win32

This commit is contained in:
Marty Kraimer
2003-03-31 14:04:49 +00:00
parent 4b95841fcd
commit 927446c261
4 changed files with 41 additions and 41 deletions

View File

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