Rev 2308 | Rev 2334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2308 | Rev 2310 | ||
---|---|---|---|
Line 70... | Line 70... | ||
70 | 70 | ||
71 | using namespace std; |
71 | using namespace std; |
72 | 72 | ||
73 | #if defined __GPL20__
|
73 | #if defined __GPL20__
|
74 | string home = getenv ("HOME"); |
74 | string home = getenv ("HOME"); |
75 | string user_data_dir (home + "/.din/"); // contains defaults, user savings and preferences |
75 | string user_data_dir (home + "/.din/"); // contains defaults, user savings and prefs |
76 | string country_data_dir (user_data_dir + "country/"); // contains country data used by countries plugin (see countries.cc) |
76 | string country_data_dir (user_data_dir + "country/"); // contains country data used by countries plugin (see countries.cc) |
77 | #elif defined (__MACOSX_CORE__) || defined (__LINUX_BIN__)
|
77 | #elif defined (__MACOSX_CORE__) || defined (__LINUX_BIN__)
|
78 | string user_data_dir = "user/"; |
78 | string user_data_dir = "user/"; |
79 | string country_data_dir = "user/country/"; |
79 | string country_data_dir = "user/country/"; |
80 | #elif __WINDOWS_DS__
|
80 | #elif __WINDOWS_DS__
|