beremiz
Clone
Summary
Browse
Changes
Graph
Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages).
2014-05-27, Edouard Tisserant
48f5f2a622c8
file is
Executable
Added 'NamedConstant' drag'n'drop in text programs as well (was only accepted on graphical languages).
from ..toolchain_gcc import toolchain_gcc
class Win32_target(toolchain_gcc):
dlopen_prefix = ""
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lwinmm"]