Psi Jabber Client

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.
Tasklist

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
Task Type TODO
Category Build Process
Status New
Assigned To No-one
Operating System All
Severity Low
Priority Nice to Have
Reported Version 0.12-devel
Due in Version 0.13
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

The 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.
This task depends upon

View Dependency Graph

This task blocks these from closing
FS#764 - Patch review (META TASK)

Loading...