Issue 27727: Update Tools/freeze to use .vcxproj files
Created on 2016-08-10 14:37 by kb1000, last changed 2022-04-11 14:58 by admin.
| Messages (6) | |||
|---|---|---|---|
| msg272334 - (view) | Author: kb1000 (kb1000) * | Date: 2016-08-10 14:37 | |
The Tools/freeze script is broken because the .dsp files no longer exists. |
|||
| msg272335 - (view) | Author: Evelyn Mitchell (Evelyn Mitchell) * ![]() |
Date: 2016-08-10 14:53 | |
Kaeptm, thanks for submitting this. Is this a Windows issue? |
|||
| msg272866 - (view) | Author: kb1000 (kb1000) * | Date: 2016-08-16 17:19 | |
Yes, it is an Windows issue. |
|||
| msg272868 - (view) | Author: Decorater (Decorater) * | Date: 2016-08-16 17:28 | |
I see 2 files that references dsp files and those are Tools/freeze/extensions_win32.ini and Tools/freeze/checkextensions_win32.py. |
|||
| msg272869 - (view) | Author: Decorater (Decorater) * | Date: 2016-08-16 17:30 | |
Not to mention some parts in the ini references zlib in PCBuild which is no longer in that folder. |
|||
| msg273029 - (view) | Author: kb1000 (kb1000) * | Date: 2016-08-18 14:26 | |
That's right, in checkextensions_win32.py a .vcxproj parsing algorithm must be added, and in extensions_win32.ini the values must be updated, for example the builtin extensions from .dsp to .vcxproj |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:34 | admin | set | github: 71914 |
| 2017-04-19 15:09:51 | kb1000 | set | resolution: duplicate -> |
| 2017-04-15 11:36:59 | kb1000 | set | resolution: duplicate |
| 2017-02-07 12:23:49 | kb1000 | set | type: behavior |
| 2017-02-07 12:23:43 | kb1000 | set | type: behavior -> (no value) |
| 2017-01-26 16:28:50 | kb1000 | set | type: behavior |
| 2017-01-26 16:28:41 | kb1000 | set | type: behavior -> (no value) |
| 2016-08-18 14:26:27 | kb1000 | set | messages:
+ msg273029 versions: + Python 3.4, Python 3.5 |
| 2016-08-16 17:33:31 | Evelyn Mitchell | set | nosy:
- Evelyn Mitchell |
| 2016-08-16 17:30:30 | Decorater | set | messages: + msg272869 |
| 2016-08-16 17:28:20 | Decorater | set | nosy:
+ Decorater messages: + msg272868 |
| 2016-08-16 17:19:14 | kb1000 | set | messages: + msg272866 |
| 2016-08-10 15:04:06 | SilentGhost | set | versions:
+ Python 3.6 nosy: + zach.ware, paul.moore, tim.golden, steve.dower components:
+ Windows |
| 2016-08-10 14:53:58 | Evelyn Mitchell | set | nosy:
+ Evelyn Mitchell messages: + msg272335 |
| 2016-08-10 14:37:47 | kb1000 | create | |
