beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
2013-06-13, Laurent Bessard
02a710c7b5ed
file is
Executable
Fixed bug in wxGlade extension when compiling and starting project with no hmi defined
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]