change build

Change executable name to softIocPy
Also build library pyDevSup#.#
This commit is contained in:
Michael Davidsaver
2013-05-25 14:51:52 -04:00
parent ca94435b4e
commit 5251b72d0c
2 changed files with 32 additions and 21 deletions

View File

@ -1,9 +1,9 @@
#!./bin/linux-x86-debug/devsup
#!./bin/linux-x86/softIocPy
epicsEnvSet("PYTHONPATH", "${PWD}/python:${PWD}/testApp")
dbLoadDatabase("dbd/devsup.dbd")
devsup_registerRecordDeviceDriver(pdbbase)
dbLoadDatabase("dbd/softIocPy.dbd")
softIocPy_registerRecordDeviceDriver(pdbbase)
#py "import devsup.hooks"
#py "devsup.hooks.debugHooks()"