diff options
-rw-r--r-- | Makefile.pre.in | 1 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 | ||||
-rw-r--r-- | PCbuild/pythoncore.vcxproj.filters | 3 |
3 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index a3fca80..9a2fc34 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1055,6 +1055,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/pythread.h \ $(srcdir)/Include/pytypedefs.h \ $(srcdir)/Include/rangeobject.h \ + $(srcdir)/Include/refcount.h \ $(srcdir)/Include/setobject.h \ $(srcdir)/Include/sliceobject.h \ $(srcdir)/Include/structmember.h \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 16fb424..96960f0 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -349,6 +349,7 @@ <ClInclude Include="..\Include\pythread.h" /> <ClInclude Include="..\Include\pytypedefs.h" /> <ClInclude Include="..\Include\rangeobject.h" /> + <ClInclude Include="..\Include\refcount.h" /> <ClInclude Include="..\Include\setobject.h" /> <ClInclude Include="..\Include\sliceobject.h" /> <ClInclude Include="..\Include\structmember.h" /> diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index cf9bc0f..2e4bd78 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -207,6 +207,9 @@ <ClInclude Include="..\Include\rangeobject.h"> <Filter>Include</Filter> </ClInclude> + <ClInclude Include="..\Include\refcount.h"> + <Filter>Include</Filter> + </ClInclude> <ClInclude Include="..\Include\setobject.h"> <Filter>Include</Filter> </ClInclude> |