From 3bfc57698d25be81d7c8329d411aaf5097db5a2f Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Thu, 26 Feb 2004 22:16:26 +0000
Subject: [PATCH] no longer need cdCommands.68k

---
 iocBoot/iocvxWorks/st1.cmd | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/iocBoot/iocvxWorks/st1.cmd b/iocBoot/iocvxWorks/st1.cmd
index 18ea365..048480d 100644
--- a/iocBoot/iocvxWorks/st1.cmd
+++ b/iocBoot/iocvxWorks/st1.cmd
@@ -1,15 +1,16 @@
 cd ""
 < ../nfsCommands
-< cdCommands.68K
+< cdCommands
 < MPFconfig.cmd
 
 cd appbin
+cd ../vxWorks-68040
 ld < mpfLib
 ld < ipLib
 ld < mpfserialserverLib
 # Uncomment, as needed.
 #ld < mpfgpibserverLib
-#ld < dac128VLib
+ld < dac128VLib
 
 cd startup
 #start message router
-- 
GitLab