From 70b5934186e024eeb058971df674f5f2e9b85741 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Sat, 28 May 2011 00:09:45 +1000 Subject: [PATCH] Added graph linkages back for Linux build --- SleepyHead.depend | 4 ++-- SleepyHeadMain.cpp | 6 ++++-- version.h | 12 ++++++------ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/SleepyHead.depend b/SleepyHead.depend index 0dac278a..6bc7e735 100644 --- a/SleepyHead.depend +++ b/SleepyHead.depend @@ -7870,7 +7870,7 @@ -1306505200 /home/mark/projects/git/sleepyhead/version.h +1306505346 /home/mark/projects/git/sleepyhead/version.h 1306415077 /home/mark/projects/git/sleepyhead/libs/sleeplib/prs1_loader.h "machine.h" @@ -7887,7 +7887,7 @@ "preferences.h" "tinyxml/tinyxml.h" -1306502588 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp +1306505345 source:/home/mark/projects/git/sleepyhead/SleepyHeadMain.cpp "wx_pch.h" "version.h" diff --git a/SleepyHeadMain.cpp b/SleepyHeadMain.cpp index 360e4188..67bae479 100644 --- a/SleepyHeadMain.cpp +++ b/SleepyHeadMain.cpp @@ -370,8 +370,10 @@ Daily::Daily(wxWindow *win) SF->SetMargins(10,15,20,80); SF->LinkZoom(FRW); - //SF->LinkZoom(PRD); // Uncomment to link in more graphs - //SF->LinkZoom(LEAK); + #if defined(__UNIX__) + SF->LinkZoom(PRD); // Uncomment to link in more graphs.. Too slow on windows. + SF->LinkZoom(LEAK); + #endif const int sfc=9; diff --git a/version.h b/version.h index 637d1828..daca088b 100644 --- a/version.h +++ b/version.h @@ -16,14 +16,14 @@ namespace AutoVersion{ //Standard Version Type static const long MAJOR = 0; static const long MINOR = 7; - static const long BUILD = 1376; - static const long REVISION = 1990; + static const long BUILD = 1377; + static const long REVISION = 1994; //Miscellaneous Version Types - static const long BUILDS_COUNT = 5092; - #define RC_FILEVERSION 0,7,1376,1990 - #define RC_FILEVERSION_STRING "0, 7, 1376, 1990\0" - static const char FULLVERSION_STRING[] = "0.7.1376.1990"; + static const long BUILDS_COUNT = 5094; + #define RC_FILEVERSION 0,7,1377,1994 + #define RC_FILEVERSION_STRING "0, 7, 1377, 1994\0" + static const char FULLVERSION_STRING[] = "0.7.1377.1994"; //These values are to keep track of your versioning state, don't modify them. static const long BUILD_HISTORY = 62;