-Many fixes to windows build system with Mingw on Windows. Fixes #2690

This commit is contained in:
Juan Linietsky
2016-01-25 00:21:04 -03:00
parent caff4000a2
commit caddcca4f4
4 changed files with 51 additions and 37 deletions

View File

@ -63,7 +63,7 @@ import string
if env['vsproj']=="yes":
env.AddToVSProject(env.drivers_sources)
if (False): #split drivers, this used to be needed for windows until separate builders for windows were created
if (env.split_drivers): #split drivers, this used to be needed for windows until separate builders for windows were created
for f in env.drivers_sources:
fname = ""