QuickWho

Check-in [b680e2f7a7]
Login

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: b680e2f7a70b14bc0db0409929e19e65beb81e14
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
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to build.bat.

1
2
3
4
5
6
7
8
9


10
11
12
13
14
15

16

SET COPYCMD=/Y


if exist build\ (
rd build\ /s /q
)

call python seup.py build



call xcopy uninstall.bat build\
call xcopy textsweep.ico build\
call xcopy C:\Users\Kevin\Desktop\pathed.exe build\
call xcopy C:\Users\Kevin\Desktop\DDECmd.exe build\bin\
call xcopy quickwho-cli.bat build\bin\











|

>
>

|

|
|

>

>
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
4
5
6
7
8
9
10
call 7za a quickwho.zip .\dist\*

iexpress /n quickwho.sed

set VERSION="6.4.0.0 (%date%)"
set FILEDESCR=/s desc "Installer for QuickWho"
set COMPINFO=/s company "WordTech Communications LLC" /s (c) "(c) 2018"
set PRODINFO=/s product "QuickWho" /pv "6.4.0.0"

"C:\Users\kevin\Desktop\verpatch.exe" /va QuickWho_Setup.exe %VERSION% %FILEDESCR% %COMPINFO% %PRODINFO% 
|


<
<
<
<
<
<
<
1
2
3







call 7za a quickwho.zip .\build\*

iexpress /n quickwho.sed