Skip to content
  • Jose Fonseca's avatar
    scons: Fix source lists parsing on Windows. · 06424376
    Jose Fonseca authored
    / 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.
    06424376