diff options
author | Brett Cannon <brett@python.org> | 2016-06-12 20:21:22 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-06-12 20:21:22 (GMT) |
commit | 82029ac14cd042ab72a95d0684d7b51105fdc699 (patch) | |
tree | 9ec3807ca0b52700a8bc323f6527a0235ce4b19c /PCbuild/pythoncore.vcxproj | |
parent | 2518fa8326578c0407e45a1397b78cbccd4b55b0 (diff) | |
download | cpython-82029ac14cd042ab72a95d0684d7b51105fdc699.zip cpython-82029ac14cd042ab72a95d0684d7b51105fdc699.tar.gz cpython-82029ac14cd042ab72a95d0684d7b51105fdc699.tar.bz2 |
Issue #27186: add Include/osmodule.h to the proper build rules
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index a29b87d..9dfe9e3 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -124,6 +124,7 @@ <ClInclude Include="..\Include\odictobject.h" /> <ClInclude Include="..\Include\opcode.h" /> <ClInclude Include="..\Include\osdefs.h" /> + <ClInclude Include="..\Include\osmodule.h" /> <ClInclude Include="..\Include\parsetok.h" /> <ClInclude Include="..\Include\patchlevel.h" /> <ClInclude Include="..\Include\pgen.h" /> @@ -417,4 +418,4 @@ <Target Name="_WarnAboutToolset" BeforeTargets="PrepareForBuild" Condition="$(PlatformToolset) != 'v140'"> <Warning Text="Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities." /> </Target> -</Project>
\ No newline at end of file +</Project> |