diff options
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/_freeze_module.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj index 382351c..ea6532d 100644 --- a/PCbuild/_freeze_module.vcxproj +++ b/PCbuild/_freeze_module.vcxproj @@ -232,13 +232,13 @@ <!-- BEGIN frozen modules --> <None Include="..\Lib\importlib\_bootstrap.py"> <ModName>importlib._bootstrap</ModName> - <IntFile>$(IntDir)importlib__bootstrap.g.h</IntFile> - <OutFile>$(PySourcePath)Python\frozen_modules\importlib__bootstrap.h</OutFile> + <IntFile>$(IntDir)importlib._bootstrap.g.h</IntFile> + <OutFile>$(PySourcePath)Python\frozen_modules\importlib._bootstrap.h</OutFile> </None> <None Include="..\Lib\importlib\_bootstrap_external.py"> <ModName>importlib._bootstrap_external</ModName> - <IntFile>$(IntDir)importlib__bootstrap_external.g.h</IntFile> - <OutFile>$(PySourcePath)Python\frozen_modules\importlib__bootstrap_external.h</OutFile> + <IntFile>$(IntDir)importlib._bootstrap_external.g.h</IntFile> + <OutFile>$(PySourcePath)Python\frozen_modules\importlib._bootstrap_external.h</OutFile> </None> <None Include="..\Lib\zipimport.py"> <ModName>zipimport</ModName> |