~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to build/linux/lenmus_config.h

  • Committer: cecilios
  • Date: 2012-07-05 18:23:21 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:706
fix cmakelist

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#define LENMUS_VENDOR_NAME      "Lenmus"
46
46
#define LENMUS_VENDOR_SITE      "http://www.lenmus.org"
47
47
 
 
48
#define LENMUS_VERSION_MAJOR     5
 
49
#define LENMUS_VERSION_MINOR     0
 
50
#define LENMUS_VERSION_STATE     "b"
 
51
#define LENMUS_VERSION_PATCH     1
 
52
 
48
53
 
49
54
//---------------------------------------------------------------------------------------
50
55
// build type and options
51
56
//
52
57
// Variable LENMUS_DEBUG_MENU set to 1 means that the 'Debug' menu will be included.
53
58
//---------------------------------------------------------------------------------------
54
 
#define LENMUS_DEBUG_BUILD      0
55
 
#define LENMUS_DEBUG_MENU       0
 
59
#define LENMUS_DEBUG_BUILD      1
 
60
#define LENMUS_DEBUG_MENU       1
56
61
 
57
62
 
58
63
//---------------------------------------------------------------------------------------
73
78
// means a normal installation, implying that needed folders are defined by variables
74
79
// LENMUS_INSTALL_HOME, LENMUS_CONFIG_HOME, LENMUS_DATA_HOME and LENMUS_LOGS_HOME
75
80
//---------------------------------------------------------------------------------------
76
 
#define LENMUS_IS_TEST_INSTALL    0
 
81
#define LENMUS_IS_TEST_INSTALL    1
77
82
 
78
 
#define LENMUS_INSTALL_HOME     "/usr/local/share/lenmus/5.1"
 
83
#define LENMUS_INSTALL_HOME     "Not used"
79
84
#define LENMUS_CONFIG_HOME      "Not used"
80
85
#define LENMUS_DATA_HOME        "Not used"
81
86
#define LENMUS_LOGS_HOME        "Not used"