mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
python-3.6.zip added from Github
README.cosmo contains the necessary links.
This commit is contained in:
parent
75fc601ff5
commit
0c4c56ff39
4219 changed files with 1968626 additions and 0 deletions
35
third_party/python/Tools/msi/tcltk/tcltk_files.wxs
vendored
Normal file
35
third_party/python/Tools/msi/tcltk/tcltk_files.wxs
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Fragment>
|
||||
<ComponentGroup Id="tkinter_extension">
|
||||
<Component Id="_tkinter.pyd" Directory="DLLs" Guid="*">
|
||||
<File Name="_tkinter.pyd" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="_tkinter.lib" Directory="libs" Guid="*">
|
||||
<File Name="_tkinter.lib" KeyPath="yes" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<ComponentGroup Id="tkinter_extension_symbols">
|
||||
<Component Id="_tkinter.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="_tkinter.pdb" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<ComponentGroup Id="tkinter_extension_d">
|
||||
<Component Id="_tkinter_d.pyd" Directory="DLLs" Guid="*">
|
||||
<File Name="_tkinter_d.pyd" />
|
||||
</Component>
|
||||
<Component Id="_tkinter_d.lib" Directory="DLLs" Guid="*">
|
||||
<File Name="_tkinter_d.lib" />
|
||||
</Component>
|
||||
<Component Id="_tkinter_d.pdb" Directory="DLLs" Guid="*">
|
||||
<File Name="_tkinter_d.pdb" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
Loading…
Add table
Add a link
Reference in a new issue