Issue #27186: add Include/osmodule.h to the proper build rules
This commit is contained in:
parent
2518fa8326
commit
82029ac14c
|
@ -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 \
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -177,6 +177,9 @@
|
|||
<ClInclude Include="..\Include\osdefs.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\Include\osmodule.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\Include\parsetok.h">
|
||||
<Filter>Include</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Reference in New Issue