[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
This was the email I sent a while ago but got lost. I think scons and
cmake are inconsistent with library suffixes so I just want to be clear
about what they are. Currently scons has this
shared, non-debug: none
static, non-debug: _s
shared, debug: _d
static, debug: _sd
And I haven't added profiling yet but it would probably be _p I guess.
BTW, I don't really like single letter names. Could we spell out the
entire name for the future? -static, -static-debug, etc ?