targets/Rtai/target_rtai.py
author Edouard Tisserant
Wed, 16 Nov 2011 17:47:13 +0100
changeset 635 fcdb60cacb2c
parent 203 cb9901076a21
permissions -rwxr-xr-x
added -fPIC to satisfy X86_64 build
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"