Changeset 0d683192fe0cb77bb721ecb68d3ddfc14c7702a9

Show
Ignore:
Timestamp:
05/21/08 20:46:04 (4 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1211395564 +0200
git-parent:

[2b58a805b907efafbc5ef03347b6c086023806f0]

git-author:
Rafaël Carré <funman@videolan.org> 1211395039 +0200
Message:

make.pl: matches gcc-xx and g++-xx

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/make.pl

    r9f3a5f3 r0d68319  
    3737        $line =~ /^srcdir=.*/ || 
    3838        $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || 
    39     $line =~ /^\s*gcc\s-std=.*/ || 
    40         $line =~ /^\sgcc\s-mmacosx.*/ || 
    41         $line =~ /^\sg\+\+\s.*/ || 
     39    $line =~ /^\s*gcc(-.*)?\s-std=.*/ || 
     40        $line =~ /^\sgcc(-.*)?\s-mmacosx.*/ || 
     41        $line =~ /^\sg\+\+(-.*)?\s.*/ || 
    4242#    $line =~ /^.*moc.*/ || 
    4343    $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||