Re: [AD] build process overhaul |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-12-25, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> The scripts now do the following:
> * build the library, can build static, debug shared, and debug static
> * build the examples
> * build the tools
> * build the tests
> * build the docs
> * build the demo
>
> Have I left any core thing out that the regular makefiles used to do?
-mtune=pentium doesn't work with gcc 3.3.x but -mcpu=pentium does.
We should probably bump that up as well.
-DALLEGRO_SHARED should not be defined for the static library.
Actually, I can't find anywhere it is used so we could just remove it.
> Right now the scons scripts dont build libaldat or the grabber because
> libaldat requires obj/unix/plugins.h which I dont generate. Should this
> change in the future?
>
> Also the scripts dont build modules under UNIX but the examples work
> fine without them. Are these things really needed or are they going away
> with 4.3?
They are staying.
Peter