beremiz
Clone
Summary
Browse
Changes
Graph
Fix confnode new name format that generates an error with frame class name in wxGlade extension
2012-09-13, laurent
3f997fb22928
file is
Executable
Fix confnode new name format that generates an error with frame class name in wxGlade extension
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]