cons-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #include's and Quoting


From: Gary Oberbrunner
Subject: Re: #include's and Quoting
Date: Thu, 06 Nov 2003 16:59:38 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612



David Sanderson wrote:
| On Thu, Nov 06, 2003 at 03:59:59PM -0500, Steve Jones wrote:
| [snip]
| > I'm referring to the requirement that I change all my:
| > | > #include "blah.h" | > | > lines to be | > | > #include <blah.h> | > | > in order to use repository trees.

I believe the only place where this matters is if you use cons
repositories (the -R option).  We use "" and <> freely and do not use
repositories, and it's worked like a champ.

David Sanderson (address@hidden)

Same here -- never a problem, and we use both forms constantly. "" for locally found includes, and <> for system ones. We also don't use the Repository feature.

(btw: You might want to look into scons; it's a rewrite and improvement on cons. It's in python, which may be good or bad for you. We are using it and it is very nice.)

-- Gary





reply via email to

[Prev in Thread] Current Thread [Next in Thread]