sbsv1_os/e32toolp/e32util/makedef.pl
branchRCL_3
changeset 16 22bdd8a90cc4
parent 2 99082257a271
equal deleted inserted replaced
13:7416fe50a180 16:22bdd8a90cc4
    15 # all variables called *Path or *File are stored as absolute (file)paths
    15 # all variables called *Path or *File are stored as absolute (file)paths
    16 # all variables called UpPath* are stored as relative paths
    16 # all variables called UpPath* are stored as relative paths
    17 # 
    17 # 
    18 #
    18 #
    19 
    19 
    20 use strict   ;
       
    21 
    20 
    22 use FindBin;		# for FindBin::Bin
    21 use FindBin;		# for FindBin::Bin
    23 use Getopt::Long;
    22 use Getopt::Long;
    24 
    23 
    25 my $PerlBinPath;	# fully qualified pathname of the directory containing this script
    24 my $PerlBinPath;	# fully qualified pathname of the directory containing this script