c++.command-line - makedeps: Doesn't handle the following include syntax
- "Robert M. Münch" <robert.muench robertmuench.de> Dec 30 2001
- "Walter" <walter digitalmars.com> Dec 31 2001
- "Robert M. Münch" <robert.muench robertmuench.de> Dec 31 2001
- "Walter" <walter digitalmars.com> Dec 31 2001
- Jan Knepper <jan smartsoft.cc> Dec 31 2001
Hi, I'm trying to compile some libraries and want to use makedeps to get the first part of a makefile for the library. The problem is that the include statements are written the following way: # include <globals.h> makedeps doesn't handle the space between # and the < character. Any idea what to do? Is the source for makedeps available somewhere so I can fix it? -- Robert M. Münch IT & Management Freelancer Mobile: +49 (0)177 2452 802 Fax : +49 (0)721 8408 9112 Web : http://www.robertmuench.de
Dec 30 2001
You're right, I'll fix it. -Walter "Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:a0nn36$joi$1 digitaldaemon.com...Hi, I'm trying to compile some libraries and want to use makedeps to get
first part of a makefile for the library. The problem is that the include statements are written the following way: # include <globals.h> makedeps doesn't handle the space between # and the < character. Any idea what to do? Is the source for makedeps available somewhere so I can fix
Dec 31 2001
"Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:a0p7pn$1h32$2 digitaldaemon.com...You're right, I'll fix it. -Walter
Great! Will this be announced in the c++.announce group or what's the normal process for those updates? Robert
Dec 31 2001
"Robert M. Münch" <robert.muench robertmuench.de> wrote in message news:a0pi2t$1mj6$1 digitaldaemon.com..."Walter" <walter digitalmars.com> schrieb im Newsbeitrag news:a0p7pn$1h32$2 digitaldaemon.com...You're right, I'll fix it. -Walter
Great! Will this be announced in the c++.announce group or what's the
process for those updates? Robert
For a minor fix like this, I'll fold it into the next update. If anyone lets me know they need it right away, I email it to them. It's all pretty informal <g>.
Dec 31 2001
Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Try this version! Jan
Dec 31 2001









"Walter" <walter digitalmars.com> 