Browse Source
- msvc preprocessor output contains full paths with backslashes so the ':' and '\' characters needs to be erased from the paths as well - use a regex for extraction of filenames from preprocessor output so it can handle both gcc and msvc preprocessor output, and spaces in paths (also thanks to a PR from @travnicekivo for part of that regex) - os.rename will fail on windows if the destination file already exists, so simply attempt to delete that file firstpull/2012/merge
stijn
9 years ago
committed by
Damien George
1 changed files with 12 additions and 6 deletions
Loading…
Reference in new issue