Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Final tweaks |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
21c6eda9caad960b94e4b1b9a8ad838d |
User & Date: | kevin 2020-03-12 12:25:42 |
Context
2020-03-13
| ||
12:43 | Update final bit for Windows release check-in: 910b350973 user: kevin tags: trunk | |
2020-03-12
| ||
12:25 | Final tweaks check-in: 21c6eda9ca user: kevin tags: trunk | |
2020-02-28
| ||
03:44 | Move forward with Windows build check-in: 2974ae3a30 user: kevin tags: trunk | |
Changes
Changes to build.bat.
1 2 3 4 5 6 7 | SET COPYCMD=/Y if exist build\ ( rd build\ /s /q ) | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | SET COPYCMD=/Y if exist build\ ( rd build\ /s /q ) if exist quickwho.zip ( del quickwho.zip /f /q ) call python setup.py build call xcopy build\exe.win-amd64-3.8 build\ /s |
︙ | ︙ |