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

trunk/src/build/makedep.c
r26471r26472
144144         argnum++;
145145      }
146146
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
147153      // ignore -include which is used by sdlmame to include sdlprefix.h before all other includes
148154      else if (strcmp(arg,"-include") == 0)
149155      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team