beremiz

file isExecutable
Added a semaphore when starting runtime's python thread to make sure startPLC doesn't return before PLC is really initialized.
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]