swarm-hackers
[Top][All Lists]
Advanced

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

Re: [swarm-hackers] header directory structure


From: Scott Christley
Subject: Re: [swarm-hackers] header directory structure
Date: Sun, 06 Jul 2008 16:57:46 -0700


On Jul 6, 2008, at 4:13 PM, Marcus G. Daniels wrote:

So what happens with applications that do

#import <space.h>
#import <defobj.h>

and so on... Is that ok? Besides that, provided the old style build is made to work, then I don't
care one way or the other..

These would change to be:

#import <Swarm/space.h>
#import <Swarm/defobj.h>

of course, we can modify the Makefile.appl so that it adds $ (includedir)/Swarm to the include path and then your code would work.

Scott





reply via email to

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