- removed epics support (do not like to fix libraries)
This commit is contained in:
4
make_gen
4
make_gen
@ -26,7 +26,9 @@ OBJ=psi.o buffer.o ruli.o sps.o pimotor.o \
|
|||||||
pfeifferprot.o termprot.o phytron.o autowin.o eigera2.o \
|
pfeifferprot.o termprot.o phytron.o autowin.o eigera2.o \
|
||||||
jvlprot.o \
|
jvlprot.o \
|
||||||
eigermono.o sputterprot.o zwickroll.o astriumnet.o poldifold.o \
|
eigermono.o sputterprot.o zwickroll.o astriumnet.o poldifold.o \
|
||||||
epicsadapter.o zebraswap.o
|
zebraswap.o
|
||||||
|
|
||||||
|
#epicsadapter.o
|
||||||
|
|
||||||
.SECONDARY.: sanslirebin.c
|
.SECONDARY.: sanslirebin.c
|
||||||
|
|
||||||
|
2
psi.c
2
psi.c
@ -125,7 +125,7 @@ static void AddPsiCommands(SicsInterp * pInter)
|
|||||||
SCMD("MakeEiger", InitEiger);
|
SCMD("MakeEiger", InitEiger);
|
||||||
SCMD("MakeEigerMono", InitEigerMono);
|
SCMD("MakeEigerMono", InitEigerMono);
|
||||||
PCMD("cnvrt", CnvrtAction);
|
PCMD("cnvrt", CnvrtAction);
|
||||||
SCMD("MakeEpicsAdapter", MakeEpicsAdapter);
|
/* SCMD("MakeEpicsAdapter", MakeEpicsAdapter); */
|
||||||
PCMD("zebraswap", ZebraSwap);
|
PCMD("zebraswap", ZebraSwap);
|
||||||
/*
|
/*
|
||||||
* Tcl 8.5 has implemented the clock command in tcl rather then C.
|
* Tcl 8.5 has implemented the clock command in tcl rather then C.
|
||||||
|
Reference in New Issue
Block a user