beremiz
Clone
Summary
Browse
Changes
Graph
Use '-p' command line option when running matiec (iec2c)
2014-12-06, mjsousa
28e9d479aa65
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")