circuitpython/windows/msvc
stijn 29c8c8aecb windows/msvc: Rewrite qstr auto-generation.
Builds have been broken since reworking autogeneration in c618f91 and
related, this gets fixed here by applying similar qstr generation logic
for the msvc builds: c files are only preprocessed when changed (or not
yet preprocessed) and the concatenated output is fed into makeqstrdefs.py.
To speed up this process, the concatenated output is already filtered to
contain only lines which makeqstrdefs really needs: this makes the qstr
generation stage about twice as fast (checked on different machines).
2016-04-25 22:34:24 +01:00
..
sys windows: Add modtime implementation 2014-05-09 13:58:15 +02:00
common.props msvc: Use different output directories depending on build type 2015-12-11 23:42:30 +02:00
debug.props Windows MSVC port 2014-05-08 10:06:43 +02:00
dirent.c msvc: Add dirent.h/.c implementation 2015-12-18 22:10:51 +02:00
dirent.h msvc: Add dirent.h/.c implementation 2015-12-18 22:10:51 +02:00
genhdr.targets windows/msvc: Rewrite qstr auto-generation. 2016-04-25 22:34:24 +01:00
gettimeofday.c windows: Add modtime implementation 2014-05-09 13:58:15 +02:00
paths.props msvc: Use different output directories depending on build type 2015-12-11 23:42:30 +02:00
release.props Windows MSVC port 2014-05-08 10:06:43 +02:00
sources.props windows/msvc: Add modurandom.c to list of source files. 2016-01-26 19:38:59 +00:00
unistd.h windows: Make unistd.h more posix compatible 2015-08-14 12:04:23 +02:00