cpython: 1ccd6196115a (original) (raw)
Mercurial > cpython
changeset 101960:1ccd6196115a
Issue #27186: add Include/osmodule.h to the proper build rules [#27186]
Brett Cannon brett@python.org | |
---|---|
date | Sun, 12 Jun 2016 13:21:22 -0700 |
parents | d8a2b6efdd4a |
children | 0b18f7d262cc |
files | Makefile.pre.in PCbuild/pythoncore.vcxproj PCbuild/pythoncore.vcxproj.filters |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-)[+] [-] Makefile.pre.in 1 PCbuild/pythoncore.vcxproj 3 PCbuild/pythoncore.vcxproj.filters 5 |
line wrap: on
line diff
--- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -943,6 +943,7 @@ PYTHON_HEADERS= [](#l1.3) $(srcdir)/Include/objimpl.h [](#l1.4) $(OPCODE_H) [](#l1.5) $(srcdir)/Include/osdefs.h [](#l1.6) + $(srcdir)/Include/osmodule.h [](#l1.7) $(srcdir)/Include/patchlevel.h [](#l1.8) $(srcdir)/Include/pgen.h [](#l1.9) $(srcdir)/Include/pgenheaders.h [](#l1.10)
--- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -124,6 +124,7 @@
--- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -177,6 +177,9 @@ Include