LPCManager.py
changeset 1 4f6d393cb36e
parent 0 51f5a3138405
child 2 0c697b8fc443
--- a/LPCManager.py	Sun May 20 11:29:35 2012 +0200
+++ b/LPCManager.py	Sun May 20 14:57:52 2012 +0200
@@ -76,6 +76,7 @@
 targets.targets["LPC"]={"xsd": path.join(_base_path, "LPCtarget", "XSD"),
                         "class": LPC_target,
                         "code": path.join(_base_path,"LPCtarget","plc_LPC_main.c")} 
+targets.toolchains["makefile"]= path.join(_base_path, "LPCtarget", "XSD_toolchain_makefile"),
 
 from util import opjimg
 from plcopen.structures import LOCATIONDATATYPES