mesa/scons
José Fonseca 0642437606 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.
2013-01-23 12:11:53 +00:00
..
crossmingw.py scons: Don't use gstabs on mingw-64. 2011-09-12 17:23:47 +01:00
custom.py scons: Fix source lists parsing on Windows. 2013-01-23 12:11:53 +00:00
dxsdk.py scons: Allow to use MS's DXSDK headers with MinGW. 2009-09-14 20:12:01 +01:00
fixes.py scons: Monkey patch os.spawnve on Windows to become thread safe. 2009-07-14 12:21:25 +01:00
gallium.py scons: Disable frame pointer omission for all build types except release. 2013-01-22 20:19:28 +00:00
llvm.py scons: Add -fno-rtti to CXXFLAGS with llvm-3.2. 2012-10-28 11:31:25 -07:00
source_list.py scons: Populate top_srcdir and top_builddir variables when reading Makefiles.sources. 2012-08-14 12:19:56 +01:00
x11.py scons: Restore x11 tool behavior for backwards compatability. 2010-11-01 14:37:18 +00:00