Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More changes |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
18dab05cc9f0156680a9aa72d3a83aaa |
User & Date: | kevin 2015-10-10 01:59:20 |
Context
2015-10-11
| ||
05:03 | Finally got start menu icon right for Windows check-in: 504caaebae user: kevin tags: trunk | |
2015-10-10
| ||
01:59 | More changes check-in: 18dab05cc9 user: kevin tags: trunk | |
01:55 | Update Windows icon check-in: f2d5807806 user: kevin tags: trunk | |
Changes
Changes to build.bat.
︙ | ︙ | |||
8 9 10 11 12 13 14 | call move /y filemorph.pl.tdy filemorph.pl call xcopy scriptlibs C:\Tcl\lib\ /s /i /y call xcopy winlibs C:\Tcl\lib\ /s /i /y | | | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | call move /y filemorph.pl.tdy filemorph.pl call xcopy scriptlibs C:\Tcl\lib\ /s /i /y call xcopy winlibs C:\Tcl\lib\ /s /i /y call pp -C -M Encode::Byte -l zlib1.dll -l tcl86.dll -l tk86.dll -a "C:/Tcl;script/Tcl" filemorph.pl -o FileMorph.exe call "C:\Program Files (x86)\Resource Hacker\ResourceHacker.exe" -delete FileMorph.exe , FileMorph.exe , versioninfo , ,, call "C:\Program Files (x86)\Resource Hacker\ResourceHacker.exe" -delete FileMorph.exe , FileMorph.exe , icongroup, ,, call windres -i icons.rc -o icons.res -O res |
︙ | ︙ |