[openbeosnetteam] Re: moving ppp to other location

On 2003-09-10 at 17:49:06 [+0200], Waldemar Kornewald wrote:
> > 2) So far, I suggest we consider it as shared code for all PPP-related
> > *stuffs*, like the static library libprint.a used by several of our
> > printer drivers add-ons.
> >
> > It's why I suggest to move this code here:
> > /current/src/add-ons/kernel/network/ppp/shared/*
> 
> The compiled libprint.a binary is put into distro/R1.x86/system/libs, right?
> As far as I understood you (mostly Axel) the compiled binary should not be
> put there. Or did you intend to make the location for the binary not match
> the location for the source of libkernelppp.a?
> If libkernelppp.a will be moved into distro/xxx/system/libs I am totally
> fine with network/ppp/shared.

Currently there's no alternative rule to StaticLibrary for building userland 
static libraries (save Library itself, but then you have to set the target 
location for the objects and the library yourself). And it puts the libraries 
into the distro/R1.x86/system/libs directory, because it was intended to 
build the libraries that should ship with the system -- though, as it occurs 
to me now, that wouldn't be the right location anyway; it should be 
.../develop/lib/x86.

CU, Ingo

Other related posts: