[AD] library names (debug, static, etc..) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
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?)