Subversion Repositories DevTools

Rev

Rev 392 | Rev 1429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 392 Rev 1328
Line 8633... Line 8633...
8633
 
8633
 
8634
 
8634
 
8635
        my $name = $package->{'NAME'} . '/' . $package->{'VERSION'};
8635
        my $name = $package->{'NAME'} . '/' . $package->{'VERSION'};
8636
        my $base = $package->{'ROOT'};
8636
        my $base = $package->{'ROOT'};
8637
 
8637
 
-
 
8638
        my @doc;
-
 
8639
        push (@doc, "From: $base");
-
 
8640
        push (@doc, 'BuildPkgArchive via Interface' )if $package->{'TYPE'} eq 'build' ;
-
 
8641
        push (@doc, 'Is Interface' ) if $package->{'TYPE'} eq 'interface' ;
-
 
8642
 
8638
        MakeHeader ("Source: $name");
8643
        MakeHeader ("Source: $name", @doc);
8639
 
8644
 
8640
        #
8645
        #
8641
        #   List include and library directories
8646
        #   List include and library directories
8642
        #   Note: Need the True Path for windows.
8647
        #   Note: Need the True Path for windows.
8643
        #       Some makefile functions (wildcard) only work as expected
8648
        #       Some makefile functions (wildcard) only work as expected