From 82029ac14cd042ab72a95d0684d7b51105fdc699 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 12 Jun 2016 13:21:22 -0700 Subject: Issue #27186: add Include/osmodule.h to the proper build rules --- Makefile.pre.in | 1 + PCbuild/pythoncore.vcxproj | 3 ++- PCbuild/pythoncore.vcxproj.filters | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 870c0e7..02a0b64 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 a29b87d..9dfe9e3 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 03cace4..ce2ea60 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 + -- cgit v0.12