Seems to work, but prints messages showing that there is still some problem, probably with a ".dep". Of course these are silent rules, so I have no idea which one! > dbdExpand.pl: No input files for ../O.Common/qsrv.dbd
17 lines
324 B
C++
17 lines
324 B
C++
|
|
#include <epicsExport.h>
|
|
|
|
static void installPVAAddLinkHook() {}
|
|
|
|
struct jlif {} lsetPVA;
|
|
|
|
extern "C" {
|
|
int pvaLinkDebug;
|
|
int pvaLinkNWorkers;
|
|
|
|
epicsExportRegistrar(installPVAAddLinkHook);
|
|
epicsExportAddress(jlif, lsetPVA);
|
|
epicsExportAddress(int, pvaLinkDebug);
|
|
epicsExportAddress(int, pvaLinkNWorkers);
|
|
}
|