diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:17:43 -0600 |
commit | cb68a7857c80661d242ee5527ec6f99dc3f79fa7 (patch) | |
tree | a3b54203ca6bce0e8e1dc5107dc9653db246a281 /tdemid/version.h | |
parent | 7534907d3759a8c520eeb9a701b316d891c63bdf (diff) | |
download | tdemultimedia-cb68a7857c80661d242ee5527ec6f99dc3f79fa7.tar.gz tdemultimedia-cb68a7857c80661d242ee5527ec6f99dc3f79fa7.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdemid/version.h')
-rw-r--r-- | tdemid/version.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tdemid/version.h b/tdemid/version.h new file mode 100644 index 00000000..b2416c18 --- /dev/null +++ b/tdemid/version.h @@ -0,0 +1,48 @@ +#ifndef _VERSION_H + + +#define VERSION_NUM 2.0 +#define VERSION_SHORTTXT "2.0" +#define VERSION_TXT "KMid 2.0" + +// Undefine WORKING for release versions +//#define WORKING + +// I want to keep some special variables defined at home for personal +// adjustments +//#define AT_HOME + + +// The next definition makes tdemid display some general debug messages +// that may be helpful to locate any bug, but without making lots of +// messages. Please when reporting a bug, be sure that this is set and +// send me the output. +//#define GENERAL_DEBUG_MESSAGES + +// Define MODE_DEMO_ONLYVISUAL for tdemid to work on systems with no soundcard, +// or when it is not well configured. You will only get visual feedback, that +// is, you will see the letter changing of colors, but no music. Really, you +// would get music if it is possible, but by defining this, many synchronization +// routines will be turned off. +//#define MODE_DEMO_ONLYVISUAL + + +// And now, DEBUG messages : +#ifdef WORKING +#define KMidDEBUG +//#define KDISPTEXTDEBUG +//#define COLLECTDLGDEBUG +//#define DEVICEMANDEBUG +//#define FMOUTDEBUG +//#define GUSOUTDEBUG +//#define MIDFILEDEBUG +//#define MIDIOUTDEBUG +//#define MIDISTATDEBUG +//#define MIDIMAPPERDEBUG +//#define SYNTHOUTDEBUG +//#define VOICEMANDEBUG +//#define PLAYERDEBUG +//#define TRACKDEBUG +#endif + +#endif |