QuickWho

Check-in [f944610cfd]
Login

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

Overview
Comment:More ucrt bits
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f944610cfd02d3fb6f6f4253a02f0de97258aecf
User & Date: kevin 2016-04-08 23:51:43
Context
2016-04-09
00:48
Fix copyright date check-in: 0d0b1e80f2 user: kevin tags: trunk
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
Changes
Hide Diffs Side-by-Side 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
34
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 "C:\Program Files (x86)\Windows Kits\10\Redist\ucrt\DLLs\x64\*.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