circuitpython/ports/windows/msvc
stijn b2b21839d3 windows/msvc: Remove unneeded definitions for qstr generation.
These were probably added to detect more qstrs but as long as the
micropython executable itself doesn't use the same build options the qstrs
would be unused anyway.  Furthermore these definitions are for internal use
and get enabled when corresponding MICROPY_EMIT_XXX are defined, in which
case the compiler would warn about symbol redefinitions since they'd be
defined both here and in the source.
2019-09-18 22:13:26 +10:00
..
sys ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
common.props windows/msvc: Treat compiler warnings as errors. 2019-09-03 23:27:06 +10:00
debug.props ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
dirent.c windows/msvc: Implement file/directory type query. 2018-10-05 17:14:33 +10:00
dirent.h windows/msvc: Implement file/directory type query. 2018-10-05 17:14:33 +10:00
genhdr.targets windows/msvc: Remove unneeded definitions for qstr generation. 2019-09-18 22:13:26 +10:00
gettimeofday.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
paths.props all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
release.props ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
sources.props windows: Make printing of debugging info work out of the box. 2018-07-05 19:44:18 +10:00
unistd.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00