targets/Rtai/target_rtai.py
author edouard
Thu, 17 Feb 2011 16:38:42 +0100
changeset 573 f0c5fc74018d
parent 203 cb9901076a21
permissions -rwxr-xr-x
Fixed MD5 computation for makefile based toolchain, helps avoiding unnecessary builds - continued
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
class rtai_target(targets.target_gcc):
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     2
    extensionexe = "exe"
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
    extensiondll = "dll"