Skip to content
Snippets Groups Projects
Select Git revision
  • 9264d42e2a5659fce2611ec30f15e88956a99695
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

py

user avatar
stijn authored and Damien George committed
- 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 first
9264d42e
History
Name Last commit Last update
..