beremiz
Clone
Summary
Browse
Changes
Graph
Use '-p' command line option when running matiec (iec2c)
2014-12-06, mjsousa
e01b52d948c3
Use '-p' command line option when running matiec (iec2c)
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")