From: Brett Cannon Date: Sun, 12 Jun 2016 20:21:22 +0000 (-0700) Subject: Issue #27186: add Include/osmodule.h to the proper build rules X-Git-Tag: v3.6.0a2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82029ac14cd042ab72a95d0684d7b51105fdc699;p=thirdparty%2FPython%2Fcpython.git Issue #27186: add Include/osmodule.h to the proper build rules --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 870c0e7f69a1..02a0b64bb5a7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -943,6 +943,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/objimpl.h \ $(OPCODE_H) \ $(srcdir)/Include/osdefs.h \ + $(srcdir)/Include/osmodule.h \ $(srcdir)/Include/patchlevel.h \ $(srcdir)/Include/pgen.h \ $(srcdir)/Include/pgenheaders.h \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index a29b87dd03f1..9dfe9e3f5dbc 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -124,6 +124,7 @@ + @@ -417,4 +418,4 @@ - \ No newline at end of file + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 03cace458fd9..ce2ea60a58f9 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -177,6 +177,9 @@ Include + + Include + Include @@ -983,4 +986,4 @@ Resource Files - \ No newline at end of file +