QuickWho

Check-in [1c5a477319]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add universal CRT to build
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1c5a47731916f4e267a877692beb4cb83073a1be
User & Date: kevin 2016-04-08 23:45:40
Context
2016-04-08
23:51
More ucrt bits check-in: f944610cfd user: kevin tags: trunk
23:45
Add universal CRT to build check-in: 1c5a477319 user: kevin tags: trunk
04:22
Update softare update for win check-in: 8fb3ef5f8a user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to build.bat.

17
18
19
20
21
22
23

24
25
26
27
28
29
30
31
32
33

call xcopy %pythondir% dist\QuickWho /s /i /y

call xcopy scriptlibs dist\QuickWho\tcl\tk8.6  /s /i /y
call xcopy winlibs dist\QuickWho\tcl\tk8.6  /s /i /y
::call xcopy msgcat dist\QuickWho\tcl /s /i /y
call xcopy  C:\Strawberry\c\bin\*.dll dist\QuickWho\

call xcopy QuickWho.exe dist\QuickWho\
call xcopy QuickWho.py dist\QuickWho\
call xcopy ToolTip.py dist\QuickWho\

rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Scripts\ /s /q 
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Tools\ /s /q










>










17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

call xcopy %pythondir% dist\QuickWho /s /i /y

call xcopy scriptlibs dist\QuickWho\tcl\tk8.6  /s /i /y
call xcopy winlibs dist\QuickWho\tcl\tk8.6  /s /i /y
::call xcopy msgcat dist\QuickWho\tcl /s /i /y
call xcopy  C:\Strawberry\c\bin\*.dll dist\QuickWho\
call xcopy C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64\*.dll C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64
call xcopy QuickWho.exe dist\QuickWho\
call xcopy QuickWho.py dist\QuickWho\
call xcopy ToolTip.py dist\QuickWho\

rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Doc\ /s /q
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Scripts\ /s /q 
rd C:\Users\kevin\Desktop\quickwho\dist\QuickWho\Tools\ /s /q