micropython/ports/windows/msvc
stijn 6957939604 windows/msvc: Change the way sources are listed.
Reserve sources.props for listing just the MicroPython core and extmod
files, similar to how py.mk lists port-independent source files.  This
allows reusing the source list, for instance for building mpy-cross.  The
sources for building the executable itself are listed in the corresponding
project file, similar to how the other ports specify the source files in
their Makefile.
2019-09-18 22:15:10 +10:00
..
sys
common.props windows/msvc: Enable overriding directories used in the build. 2019-09-18 22:14:37 +10: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
gettimeofday.c
paths.props windows/msvc: Enable overriding directories used in the build. 2019-09-18 22:14:37 +10:00
release.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +10:00
sources.props windows/msvc: Change the way sources are listed. 2019-09-18 22:15:10 +10:00
unistd.h