Changeset 0d683192fe0cb77bb721ecb68d3ddfc14c7702a9
- 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
| r9f3a5f3 |
r0d68319 |
|
| 37 | 37 | $line =~ /^srcdir=.*/ || |
|---|
| 38 | 38 | $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.*/ || |
|---|
| 42 | 42 | # $line =~ /^.*moc.*/ || |
|---|
| 43 | 43 | $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || |
|---|