| Previous | 199869 Revisions | Next |
| r26148 Wednesday 13th November, 2013 at 20:40:52 UTC by Curt Coder |
|---|
| Fixed make depend on OS X. (nw) |
| [src/build] | makedep.c |
| r26147 | r26148 | |
|---|---|---|
| 138 | 138 | (*excpathhead)->pathlen = (*excpathhead)->path.len(); |
| 139 | 139 | excpathhead = &(*excpathhead)->next; |
| 140 | 140 | } |
| 141 | ||
| 142 | else if (arg[0] == '-' && arg[1] == 'F') | |
| 143 | { | |
| 144 | argnum++; | |
| 145 | } | |
| 141 | 146 | |
| 142 | 147 | // ignore -include which is used by sdlmame to include sdlprefix.h before all other includes |
| 143 | 148 | else if (strcmp(arg,"-include") == 0) |
| Previous | 199869 Revisions | Next |