feat: Refining the afterInit.
* Better error handling * help message added * version added * afterInit=YES build var required to enable
This commit is contained in:
committed by
Andrew Johnson
parent
77140abe70
commit
326c8d588f
@@ -18,8 +18,10 @@ DBD += softIoc.dbd
|
||||
|
||||
softIoc_DBD += base.dbd
|
||||
softIoc_DBD += dlload.dbd
|
||||
softIoc_DBD += afterInit.dbd
|
||||
softIoc_DBD += system.dbd
|
||||
ifeq ($(afterInit),YES)
|
||||
softIoc_DBD += afterInit.dbd
|
||||
endif
|
||||
|
||||
softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp
|
||||
softIoc_SRCS_DEFAULT += softMain.cpp
|
||||
|
||||
Reference in New Issue
Block a user