beremiz
Clone
Summary
Browse
Changes
Graph
Bug when try to launch wxGlade on Windows fixed
2009-01-20, lbessard
8a702213ce51
file is
Executable
Bug when try to launch wxGlade on Windows fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]