Fix log.txt and info.txt paths on OS X

This commit is contained in:
Steve Checkoway
2003-12-07 02:29:39 +00:00
parent cb2b422ccf
commit 63b954ae22
+5
View File
@@ -66,8 +66,13 @@ RageLog* LOG; // global and accessable from anywhere in the program
map<CString, CString> LogMaps;
// constants
#if defined(DARWIN)
#define LOG_PATH "../../../log.txt"
#define INFO_PATH "../../../info.txt"
#else
#define LOG_PATH BASE_PATH "log.txt"
#define INFO_PATH BASE_PATH "info.txt"
#endif
#if defined(HAVE_VERSION_INFO)
extern unsigned long version_num;