micropython/ports/windows/msvc
stijn 35e504f061 windows/msvc: Fix preprocessing command for quoted definitions.
Supports preprocessor definitions like /Dval="quotedvalue" by turning
that into /Dval=\"quotedvalue\".

Signed-off-by: stijn <stijn@ignitron.net>
2024-03-25 14:39:46 +01:00
..
sys windows/msvc: Fix warnings regarding function declarations. 2020-03-25 00:38:11 +11:00
common.props windows/msvc: Add a build target for updating submodules. 2024-03-25 14:33:50 +01:00
debug.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +10:00
dirent.c
dirent.h
genhdr.targets windows/msvc: Fix preprocessing command for quoted definitions. 2024-03-25 14:39:46 +01:00
gettimeofday.c
paths.props all: Keep msvc build output in build/ directories. 2022-12-13 17:18:53 +11:00
release.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +10:00
sources.props extmod/modmachine: Factor ports' machine module dict to common code. 2023-11-30 16:11:11 +11:00
unistd.h