See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#874 - Make PROG_ defines in applicationinfo.cpp settable from external location
Attached to Project:
Psi Jabber Client
Opened by Norman Rasmussen (normanr) - Friday, 01 August 2008, 19:15 GMT-5
Last edited by Kevin Smith (kev) - Wednesday, 03 September 2008, 17:00 GMT-5
Opened by Norman Rasmussen (normanr) - Friday, 01 August 2008, 19:15 GMT-5
Last edited by Kevin Smith (kev) - Wednesday, 03 September 2008, 17:00 GMT-5
|
DetailsThe current todo reads:
// Constants. These should be moved to a more 'dynamically changeable' // place (like an external file loaded through the resources system) // Should also be overridable through an optional file. It would be nice to have 'ifndef' wrappers around the defines, e.g: #ifndef PROG_VERSION #define PROG_VERSION "0.13-dev" " (" __DATE__ ")"; #endif so that if the build scripts defined HAVE_CONFIG and defined PROG_VERSION in config.h (included just a few lines above the previous code), then the build scripts could supply the PROG_VERSION value. |