R3.14.x compatible.

This commit is contained in:
Ron Sluiter
2002-10-21 15:46:47 +00:00
parent 0da18f5ce8
commit 7330dbd10a
2 changed files with 8 additions and 4 deletions
+4 -2
View File
@@ -15,10 +15,12 @@ cd appbin
# be added before any C++ code is loaded (see SPR #28980).
sysCplusEnable=1
ld < NoMPFLib
ld < NoMPF.munch
cd startup
dbLoadDatabase("../../dbd/NoMPFApp.dbd")
dbLoadDatabase("../../dbd/NoMPF.dbd")
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/NoMPF.db")
#dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup)
+4 -2
View File
@@ -15,10 +15,12 @@ cd appbin
# be added before any C++ code is loaded (see SPR #28980).
sysCplusEnable=1
ld < NoMPFLib
ld < NoMPF.munch
cd startup
dbLoadDatabase("../../dbd/NoMPFApp.dbd")
dbLoadDatabase("../../dbd/NoMPF.dbd")
registerRecordDeviceDriver(pdbbase)
dbLoadRecords("../../db/NoMPF.db")
#dbLoadRecords("../../motorExApp/Db/SoftMotorEx.db","user=rls,motor=m1", startup)