From caddcca4f468399e81fc703aa6e002e41250fdda Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 25 Jan 2016 00:21:04 -0300 Subject: -Many fixes to windows build system with Mingw on Windows. Fixes #2690 --- drivers/SCsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/SCsub') diff --git a/drivers/SCsub b/drivers/SCsub index a00d7fc3f9..701738c9f8 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -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 = "" -- cgit v1.2.3