build_package.pl
changeset 15 45ed0efeb8a4
parent 14 0c4d71ffa649
child 16 e1b9f78cef38
equal deleted inserted replaced
14:0c4d71ffa649 15:45ed0efeb8a4
     1 #!/usr/bin/perl -w
     1 # Copyright (c) 2009 Symbian Foundation Ltd
       
     2 # This component and the accompanying materials are made available
       
     3 # under the terms of the License "Eclipse Public License v1.0"
       
     4 # which accompanies this distribution, and is available
       
     5 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     6 #
       
     7 # Initial Contributors:
       
     8 # Symbian Foundation Ltd - initial contribution.
       
     9 #
       
    10 # Contributors:
       
    11 #
       
    12 # Description:
       
    13 # This is a helper script which allocates unique drive letter and build number
       
    14 # then starts a package build by running FBF bootstrap and build targets
     2 
    15 
     3 use strict;
    16 use strict;
     4 
    17 
     5 use Getopt::Long;
    18 use Getopt::Long;
     6 use File::Path;
    19 use File::Path;