beremiz
Clone
Summary
Browse
Changes
Graph
Dispatch wxGlade tests in linux and win32 folders
2009-02-16, greg
408dd4b44ec8
file is
Executable
Dispatch wxGlade tests in linux and win32 folders
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]