diff options
Diffstat (limited to 'PCbuild/_tkinter.vcxproj')
-rw-r--r-- | PCbuild/_tkinter.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/_tkinter.vcxproj b/PCbuild/_tkinter.vcxproj index f3185eb..6793106 100644 --- a/PCbuild/_tkinter.vcxproj +++ b/PCbuild/_tkinter.vcxproj @@ -74,6 +74,9 @@ <ClCompile Include="..\Modules\tkappinit.c" /> </ItemGroup> <ItemGroup> + <ResourceCompile Include="..\PC\python_nt.rc" /> + </ItemGroup> + <ItemGroup> <ProjectReference Include="pythoncore.vcxproj"> <Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |