Changeset 443 in ProjectBuilder


Ignore:
Timestamp:
May 15, 2008, 11:55:24 PM (16 years ago)
Author:
Bruno Cornec
Message:

Do not add pbscript when dealing with Sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r442 r443  
    866866
    867867    }
    868     # Systematically adds the pbscript
    869     $src="$src $ENV{'PBDESTDIR'}/pbscript";
     868    # Systematically adds the pbscript except for Sources
     869    $src="$src $ENV{'PBDESTDIR'}/pbscript" if ($cmt ne "Sources");
    870870    # Remove potential leading spaces (cause problem with basename)
    871871    $src =~ s/^ *//;
Note: See TracChangeset for help on using the changeset viewer.