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

trunk/src/build/makedep.c
r26147r26148
138138         (*excpathhead)->pathlen = (*excpathhead)->path.len();
139139         excpathhead = &(*excpathhead)->next;
140140      }
141     
142      else if (arg[0] == '-' && arg[1] == 'F')
143      {
144         argnum++;
145      }
141146
142147      // ignore -include which is used by sdlmame to include sdlprefix.h before all other includes
143148      else if (strcmp(arg,"-include") == 0)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team