scons: Fix source lists parsing on Windows.
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 22 Jan 2013 20:54:17 +0000 (20:54 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 23 Jan 2013 12:11:53 +0000 (12:11 +0000)
commit06424376065a4a1e44920a29497936691d88598f
treea17cab2cbf1138f6d6d2653a76205bf9621e4c91
parent60315e3eaf54a7eb646b787daa5f3ae560aee7a6
scons: Fix source lists parsing on Windows.

/ vs \ mismatch was causing .objs to be put in the source tree, causing
breakeage when doing different build types in the same tree (eg., debug
vs release).

Fix this by normalizing everything to / slashes.

It's probably a good idea to purge all .objs from source tree to prevent
issues completely.
scons/custom.py