changeset: 101960:1ccd6196115a user: Brett Cannon date: Sun Jun 12 13:21:22 2016 -0700 files: Makefile.pre.in PCbuild/pythoncore.vcxproj PCbuild/pythoncore.vcxproj.filters description: Issue #27186: add Include/osmodule.h to the proper build rules diff -r d8a2b6efdd4a -r 1ccd6196115a Makefile.pre.in --- a/Makefile.pre.in Sun Jun 12 15:49:20 2016 -0400 +++ b/Makefile.pre.in Sun Jun 12 13:21:22 2016 -0700 @@ -943,6 +943,7 @@ $(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 -r d8a2b6efdd4a -r 1ccd6196115a PCbuild/pythoncore.vcxproj --- a/PCbuild/pythoncore.vcxproj Sun Jun 12 15:49:20 2016 -0400 +++ b/PCbuild/pythoncore.vcxproj Sun Jun 12 13:21:22 2016 -0700 @@ -124,6 +124,7 @@ + @@ -417,4 +418,4 @@ - \ No newline at end of file + diff -r d8a2b6efdd4a -r 1ccd6196115a PCbuild/pythoncore.vcxproj.filters --- a/PCbuild/pythoncore.vcxproj.filters Sun Jun 12 15:49:20 2016 -0400 +++ b/PCbuild/pythoncore.vcxproj.filters Sun Jun 12 13:21:22 2016 -0700 @@ -177,6 +177,9 @@ Include + + Include + Include @@ -983,4 +986,4 @@ Resource Files - \ No newline at end of file +