~s-cecilio/lenmus/v5.3

« back to all changes in this revision

Viewing changes to build/linux/lenmus_config.h

  • Committer: cecilios
  • Date: 2012-09-11 16:59:18 UTC
  • Revision ID: svn-v4:2587a929-2f0e-0410-ae78-fe6f687d5efe:branches/TRY-5.0:730
Paths: fixed problem with installation folders. Fixed Chinese ISO language code

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
//
52
52
// Variable LENMUS_DEBUG_MENU set to 1 means that the 'Debug' menu will be included.
53
53
//---------------------------------------------------------------------------------------
54
 
#define LENMUS_DEBUG_BUILD      1
55
 
#define LENMUS_DEBUG_MENU       1
 
54
#define LENMUS_DEBUG_BUILD      0
 
55
#define LENMUS_DEBUG_MENU       0
56
56
 
57
57
 
58
58
//---------------------------------------------------------------------------------------
73
73
// means a normal installation, implying that needed folders are defined by variables
74
74
// LENMUS_INSTALL_HOME, LENMUS_CONFIG_HOME, LENMUS_DATA_HOME and LENMUS_LOGS_HOME
75
75
//---------------------------------------------------------------------------------------
76
 
#define LENMUS_IS_TEST_INSTALL    1
 
76
#define LENMUS_IS_TEST_INSTALL    0
77
77
 
78
 
#define LENMUS_INSTALL_HOME     "Not used"
 
78
#define LENMUS_INSTALL_HOME     "/usr/local/share/lenmus/5.1"
79
79
#define LENMUS_CONFIG_HOME      "Not used"
80
80
#define LENMUS_DATA_HOME        "Not used"
81
81
#define LENMUS_LOGS_HOME        "Not used"