tools/fsh-buildsis
changeset 3 859da167ccfe
parent 2 68b921ce1944
child 4 c061fa280d92
equal deleted inserted replaced
2:68b921ce1944 3:859da167ccfe
    75   my $keyFileName = shift;
    75   my $keyFileName = shift;
    76 
    76 
    77   #
    77   #
    78   # 1) Run the pre-processor over the supplied .iby file and capture the output
    78   # 1) Run the pre-processor over the supplied .iby file and capture the output
    79   #    to a temporary file.
    79   #    to a temporary file.
    80   my $tempFileName = "$ENV{TEMP}\\ltkbs_temp.pkg";
    80   my $tempFileName = "$ENV{TEMP}\\fsh-buildsis_temp.pkg";
    81   if (-e $tempFileName) {
    81   if (-e $tempFileName) {
    82     unlink $tempFileName;
    82     unlink $tempFileName;
    83   }
    83   }
    84   my $ibyDirName = dirname($ibyFileName);
    84   my $ibyDirName = dirname($ibyFileName);
    85   $ibyFileName = basename($ibyFileName);
    85   $ibyFileName = basename($ibyFileName);