Configure now initialize DLL_LIST in objdictgen/canfestival_config.py, required by Beremiz' CanFestival plugin
authorEdouard Tisserant
Tue, 05 Mar 2013 19:42:14 +0900
changeset 769 b9e6ab1c022c
parent 768 defc987225a1
child 770 4e29238f514c
Configure now initialize DLL_LIST in objdictgen/canfestival_config.py, required by Beremiz' CanFestival plugin
configure
objdictgen/canfestival_config.py.in
--- a/configure	Tue Mar 05 16:12:22 2013 +0900
+++ b/configure	Tue Mar 05 19:42:14 2013 +0900
@@ -878,4 +878,7 @@
 	" > $makefile
 done
 
+# append driver list to canfestival_config.py
+echo "DLL_LIST=['can_$SUB_CAN_DRIVER']" >> objdictgen/canfestival_config.py
+
 echo "All done."
--- a/objdictgen/canfestival_config.py.in	Tue Mar 05 16:12:22 2013 +0900
+++ b/objdictgen/canfestival_config.py.in	Tue Mar 05 19:42:14 2013 +0900
@@ -38,3 +38,5 @@
 def getLDFLAGS(Cpth):
     return EXE_CFLAGS + ' "' + opj(Cpth,"src","libcanfestival.a") + '" "' + opj(Cpth,"drivers", TARGET, "libcanfestival_%s.a"%TARGET)+ '"'
 
+# herafter is appended DLL_LIST declaration
+