1 | | 1. makedep (file dependencies generator): |
2 | | 1. makedep should multi-complain: |
3 | | 1. makedep needs to tell about all problems, not just bomb on first one right away. |
4 | | 2. parser cant handle hex |
5 | | 1. "wx_debugger.cpp":1016: defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh ) |
6 | | 2. makedep could support this and then the messages would go away. |
7 | | 3. seeing multiple headers of same name in dependencies generated by makedep. isn't that stupid? and broken? |
8 | | 1. it needs to report the right file name; use the new entry in the filepointer structure. |
| 1 | makedep (file dependencies generator): |
| 2 | + makedep should multi-complain: |
| 3 | + makedep needs to tell about all problems, not just bomb on first one right away. |
| 4 | + parser cant handle hex |
| 5 | +"wx_debugger.cpp":1016: defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh ) |
| 6 | + makedep could support this and then the messages would go away. |
| 7 | + seeing multiple headers of same name in dependencies generated by makedep. isn't that stupid? and broken? |
| 8 | + it needs to report the right file name; use the new entry in the filepointer structure. |