Include the dlload command.

Don't build on vxWorks, makes little sense.
This commit is contained in:
Andrew Johnson
2009-02-27 23:37:13 +00:00
parent 41abccccf9
commit 9e07d56548

View File

@@ -1,11 +1,10 @@
##########################################################################
# Copyright (c) 2003 The University of Chicago, as Operator of Argonne
# Copyright (c) 2009 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory.
# Copyright (c) 2003 The Regents of the University of California, as
# Operator of Los Alamos National Laboratory.
# EPICS BASE Versions 3.13.7 and higher are distributed subject to the
# Software License Agreement found in the file LICENSE that is included
# with this distribution.
# EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
##########################################################################
TOP=../..
@@ -16,13 +15,15 @@ PROD_IOC = softIoc
DBD += softIoc.dbd
softIoc_DBD += base.dbd
softIoc_DBD += dlload.dbd
softIoc_DBD += system.dbd
ABS_INSTALL_DIR = $(shell $(PERL) $(TOOLS)/fullPathName.pl $(INSTALL_LOCATION))
USR_CXXFLAGS += -DEPICS_BASE=$(ABS_INSTALL_DIR)
softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp
softIoc_SRCS += softMain.cpp
softIoc_SRCS_DEFAULT += softMain.cpp
softIoc_SRCS_vxWorks = -nil-
softIoc_LIBS = $(EPICS_BASE_IOC_LIBS)