Changed LIBSRCS to LIB_SRCS.
This commit is contained in:
@@ -35,7 +35,7 @@ miscIoc_LIBS = rsrvIoc asIoc dbtoolsIoc dbIoc registryIoc dbStaticIoc ca Com
|
||||
# For R3.13 compatibility only
|
||||
ifeq ($(strip $(COMPAT_313)),YES)
|
||||
OBJLIB_vxWorks=miscIoc
|
||||
OBJLIB_SRCS = $(LIBSRCS)
|
||||
OBJLIB_SRCS = $(LIB_SRCS)
|
||||
endif
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
@@ -33,7 +33,7 @@ rsrvIoc_RCS = rsrvIoc.rc
|
||||
# For R3.13 compatibility only
|
||||
ifeq ($(strip $(COMPAT_313)),YES)
|
||||
OBJLIB_vxWorks=rsrvIoc
|
||||
OBJLIB_SRCS = $(LIBSRCS)
|
||||
OBJLIB_SRCS = $(LIB_SRCS)
|
||||
endif
|
||||
|
||||
include $(TOP)/configure/RULES
|
||||
|
||||
Reference in New Issue
Block a user