beremiz
Clone
Summary
Browse
Changes
Graph
Enhanced wxGlade GUI creation.
2009-01-19, etisserant
d962b3d503b5
file is
Executable
Enhanced wxGlade GUI creation.
- Frame object name now have same name as in editor
- Closing the frame replace object by None, warn user, and recreate frame
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]