| Previous | 199869 Revisions | Next |
| r26472 Sunday 1st December, 2013 at 20:49:09 UTC by Couriersud |
|---|
| makedepend now ignores "-D" defines as well. |
| [src/build] | makedep.c |
| r26471 | r26472 | |
|---|---|---|
| 144 | 144 | argnum++; |
| 145 | 145 | } |
| 146 | 146 | |
| 147 | else if (arg[0] == '-' && arg[1] == 'D') | |
| 148 | { | |
| 149 | // some pkgconfigs return defines (e.g. pkg-config QtGui --cflags) ==> ignore | |
| 150 | argnum++; | |
| 151 | } | |
| 152 | ||
| 147 | 153 | // ignore -include which is used by sdlmame to include sdlprefix.h before all other includes |
| 148 | 154 | else if (strcmp(arg,"-include") == 0) |
| 149 | 155 | { |
| Previous | 199869 Revisions | Next |