micropython/windows/msvc
stijn 8dec62a1a4 msvc: Define main build/include directories in a single location
- Use a single file env.props for defining the main directories used when building.
  env.props resolves the base directory and defines overridable output directories,
  and is used by all other build files.
- Fix the build currently failing, basically because the preprocessing command for generating
  qstrdefs uses different include directories than the build itself does.
  (specifically, qstrdefs.h uses #include "py/mpconfig.h" since the fixes for #1022
  in 51dfcb4, so we need to use the base directory as include directory, not the py dir itself).
  So define a single variable containing the include directories instead and use it where needed.
2015-01-02 16:52:07 +01:00
..
sys windows: Add modtime implementation 2014-05-09 13:58:15 +02:00
common.props msvc: Define main build/include directories in a single location 2015-01-02 16:52:07 +01:00
debug.props Windows MSVC port 2014-05-08 10:06:43 +02:00
env.props msvc: Define main build/include directories in a single location 2015-01-02 16:52:07 +01:00
genhdr.targets msvc: Define main build/include directories in a single location 2015-01-02 16:52:07 +01:00
gettimeofday.c windows: Add modtime implementation 2014-05-09 13:58:15 +02:00
release.props Windows MSVC port 2014-05-08 10:06:43 +02:00
snprintf.c Windows MSVC port 2014-05-08 10:06:43 +02:00
sources.props msvc: Define main build/include directories in a single location 2015-01-02 16:52:07 +01:00
unistd.h Windows MSVC port 2014-05-08 10:06:43 +02:00