Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More work on Windows build |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b680e2f7a70b14bc0db0409929e19e65 |
User & Date: | kevin 2020-02-23 03:25:38 |
Context
2020-02-28
| ||
03:44 | Move forward with Windows build check-in: 2974ae3a30 user: kevin tags: trunk | |
2020-02-23
| ||
03:25 | More work on Windows build check-in: b680e2f7a7 user: kevin tags: trunk | |
2020-02-22
| ||
18:57 | Tweaks check-in: 327c2ce2e1 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 16 17 18 19 20 | SET COPYCMD=/Y if exist build\ ( rd build\ /s /q ) call python setup.py build call xcopy build\exe.win-amd64-3.8 build\ /s call xcopy uninstall.bat build\ call xcopy quickwho.ico build\ call xcopy C:\Users\Kevin\Desktop\pathed.exe build\ call xcopy C:\Users\Kevin\Desktop\DDECmd.exe build\ call xcopy quickwho-cli.bat build\ rmdir build\exe.win-amd64-3.8 /s /q |
Changes to makeinstaller.bat.
|
| | < < < < < < < | 1 2 3 | call 7za a quickwho.zip .\build\* iexpress /n quickwho.sed |