git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73554
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class MSVCBuilder(Builder):
class MSVCBuilder(Builder):
- def __init__(self):
- Builder.__init__(self, commandName="nmake.exe", formatName="msvc")
+ def __init__(self, commandName="nmake.exe"):
+ Builder.__init__(self, commandName=commandName, formatName="msvc")
def isAvailable(self):
PATH = os.environ['PATH'].split(os.path.pathsep)
def isAvailable(self):
PATH = os.environ['PATH'].split(os.path.pathsep)