Re: [AD] library names (debug, static, etc..) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] library names (debug, static, etc..)
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sat, 4 Oct 2008 13:04:26 -0600 (MDT)
On Sun, September 28, 2008 10:20 pm, Jon Rafkind said:
> I think the naming policies for the libraries are different between
> cmake and scons. Could someone just list what they should be? I'm
> not
> arguing in favor of any way, I just want to be consistent.
>
> Right now scons has:
>
> shared, non-debug: no suffix
> static, non-debug: _s
> shared, debug: _d
> static, debug: _sd
>
> I haven't added profiling but what suffix should that have?
>
> (Ok I lied when I said I wasn't going to argue, but I don't really
> like
> single letters to represent anything. The suffix should be a full
> word,
> like -static or -static-debug. The single letters were to keep dos
> happy, right?)
I like
allegro
allegro-static
allegro-debug
allegro-static-debug
allegro-profile
allegro-static-profile
Trent :{)>