Go to the source code of this file.
Functions | |
| use File::Copy | qw (cp) |
Variables | |
| use | strict |
| my | $NOISY = 1 |
| my | $SVNRELEASE = 1 '15699' |
| my | $sourceforge = 'downloads.sourceforge.net' |
| my | $proxy = '' |
| my | components = ( 'mythtv', 'myththemes', 'mythplugins' ) |
| my | $msys = 'C:/MSys/1.0/' |
| my | $sources = 'C:/msys/1.0/sources/' |
| my | $mingw = 'C:/MinGW/' |
| my | $mythtv = 'C:/mythtv/' |
| my | $build = 'C:/mythtv/build/' |
| my | $dosmsys = perl2dos($msys) |
| my | $dossources = perl2dos($sources) |
| my | $dosmingw = perl2dos($mingw) |
| my | $dosmythtv = perl2dos($mythtv) |
| my | $unixmsys = '/' |
| my | $unixmingw = '/mingw/' |
| my | $unixsources = perl2unix($sources) |
| my | $unixmythtv = perl2unix($mythtv) |
| my | $unixbuild = perl2unix($build) |
| my | $expect |
| mkdirs | |
| use File::Copy qw | ( | cp | ) |
| use strict |
Definition at line 20 of file win32-packager.pl.
| my $NOISY = 1 |
Definition at line 26 of file win32-packager.pl.
| my $SVNRELEASE = 1 '15699' |
Definition at line 33 of file win32-packager.pl.
| my $sourceforge = 'downloads.sourceforge.net' |
Definition at line 38 of file win32-packager.pl.
| my $proxy = '' |
Definition at line 55 of file win32-packager.pl.
| my components = ( 'mythtv', 'myththemes', 'mythplugins' ) |
Definition at line 59 of file win32-packager.pl.
| my $msys = 'C:/MSys/1.0/' |
Definition at line 72 of file win32-packager.pl.
| my $sources = 'C:/msys/1.0/sources/' |
Definition at line 73 of file win32-packager.pl.
| my $mingw = 'C:/MinGW/' |
Definition at line 74 of file win32-packager.pl.
| my $mythtv = 'C:/mythtv/' |
Definition at line 75 of file win32-packager.pl.
Definition at line 77 of file win32-packager.pl.
| my $dosmsys = perl2dos($msys) |
Definition at line 80 of file win32-packager.pl.
| my $dossources = perl2dos($sources) |
Definition at line 81 of file win32-packager.pl.
| my $dosmingw = perl2dos($mingw) |
Definition at line 82 of file win32-packager.pl.
| my $dosmythtv = perl2dos($mythtv) |
Definition at line 83 of file win32-packager.pl.
| my $unixmsys = '/' |
Definition at line 86 of file win32-packager.pl.
| my $unixmingw = '/mingw/' |
Definition at line 88 of file win32-packager.pl.
| $unixsources = perl2unix($sources) |
Definition at line 92 of file win32-packager.pl.
| my $unixmythtv = perl2unix($mythtv) |
Definition at line 94 of file win32-packager.pl.
| my $unixbuild = perl2unix($build) |
Definition at line 95 of file win32-packager.pl.
| my $expect |
Definition at line 155 of file win32-packager.pl.
Definition at line 159 of file win32-packager.pl.
1.5.5