beremiz
Clone
Summary
Browse
Changes
Graph
Fixing bug while loading recent projects open path with old configurations
2012-07-25, laurent
1b24b970a816
file is
Executable
Fixing bug while loading recent projects open path with old configurations
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]