micropython/ports/windows/msvc
Damien George 47f634300c py: Change makemoduledefs process so it uses output of qstr extraction.
This cleans up the parsing of MP_REGISTER_MODULE() and generation of
genhdr/moduledefs.h so that it uses the same process as compressed error
string messages, using the output of qstr extraction.

This makes sure all MP_REGISTER_MODULE()'s that are part of the build are
correctly picked up.  Previously the extraction would miss some (eg if you
had a mod.c file in the board directory for an stm32 board).

Build speed is more or less unchanged.

Thanks to @stinos for the ports/windows/msvc/genhdr.targets changes.

Signed-off-by: Damien George <damien@micropython.org>
2022-06-02 16:29:53 +10:00
..
sys windows/msvc: Fix warnings regarding function declarations. 2020-03-25 00:38:11 +11:00
common.props windows/appveyor: Build both standard and dev variants. 2022-01-04 15:07:45 +11:00
debug.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +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 py: Change makemoduledefs process so it uses output of qstr extraction. 2022-06-02 16:29:53 +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 windows: Add support for build variants to windows port. 2022-01-04 15:06:26 +11:00
release.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +10:00
sources.props windows: Switch to VFS subsystem and use VfsPosix. 2022-03-10 00:26:36 +11:00
unistd.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00