circuitpython/windows/msvc
stijn ab4a8618cf msvc: Workaround parser bug in older MSBuild versions
Versions prior to v14.0 have a bug in parsing item functions when used
within a condition: https://github.com/Microsoft/msbuild/issues/368.
Since commit [db9c2e3] this results in an error when building MicroPython
with for example VS2013.
Fix this by creating an intermediate property.
2017-05-03 10:41:53 +10:00
..
sys windows: Add modtime implementation 2014-05-09 13:58:15 +02:00
common.props windows: Enable multi-processor compilation for msvc 2016-05-08 12:07:57 +02:00
debug.props msvc: Do not define DEBUG for debug builds 2017-04-30 14:28:37 +03: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 msvc: Workaround parser bug in older MSBuild versions 2017-05-03 10:41:53 +10: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: Bring mpconfigport.h up-to-date with unix port 2017-04-21 13:20:14 +02:00
unistd.h windows: Make unistd.h more posix compatible 2015-08-14 12:04:23 +02:00