feat: Refining the afterInit.

* Better error handling
* help message added
* version added
* afterInit=YES build var required to enable
This commit is contained in:
Jerzy Jamroz
2024-10-21 12:41:40 +02:00
committed by Andrew Johnson
parent 77140abe70
commit 326c8d588f
3 changed files with 84 additions and 43 deletions

View File

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