Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Re-work Windows eployment to not require PAR |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4b56991808ca67559966d9989c05711f |
User & Date: | kevin 2015-11-09 11:49:12 |
Context
2015-11-11
| ||
11:56 | Update overhaul to Windows build and deployment check-in: 30849adf00 user: kevin tags: trunk | |
2015-11-09
| ||
11:49 | Re-work Windows eployment to not require PAR check-in: 4b56991808 user: kevin tags: trunk | |
2015-10-30
| ||
02:54 | Finalize 2.5 for Windows check-in: d39408e0cd user: kevin tags: trunk | |
Changes
Changes to build.bat.
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + + + + + + + + + + + + + + + - + + + + + + + + - + - + - + - - + - + + + | SET COPYCMD=/Y if exist FileMorph.exe ( del FileMorph.exe ) if exist build\ ( rmdir build\ ) mkdir build\ mkdir build\filemorph\ call xcopy C:\Strawberry\c\bin\*.dll build\filemorph\ /s /i /y call xcopy C:\Strawberry\perl\bin\*.dll build\filemorph\ /s /i /y call xcopy C:\Tcl\bin\*.dll build\filemorph\ /s /i /y call xcopy C:\Strawberry\perl\lib build\filemorph\lib /s /i /y call xcopy C:\Strawberry\perl\site build\filemorph\site /s /i /y call xcopy C:\Strawberry\perl\vendor build\filemorph\vendor /s /i /y call xcopy C:\Tcl\lib build\lib /s /i /y call xcopy C:\Tcl\bin build\bin /s /i /y call perltidy --pt=2 --bbt=2 --sbt=2 --naws filemorph.pl |
Changes to filemorph.pl.
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - - - - + - - + - - - - - - - + | BEGIN { if ($Config{osname} eq "darwin") { my $frameworkpath = "$Bin/Contents/Frameworks/Tcl.framework/Tcl"; $ENV{'PERL_TCL_DL_PATH'} = $frameworkpath; } if ($Config{osname} eq "MSWin32") { |
︙ | |||
540 541 542 543 544 545 546 | 530 531 532 533 534 535 536 537 538 539 540 541 542 543 | - - - - | Tkx::MainLoop(); exit; ###----subroutines sub shutdown { |
︙ |
Changes to versioninfo.rc.
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - + + - + - + | 1 VERSIONINFO |