mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Added graph linkages back for Linux build
This commit is contained in:
parent
f8bf4d0385
commit
70b5934186
@ -7870,7 +7870,7 @@
|
||||
<sleeplib/machine.h>
|
||||
<list>
|
||||
|
||||
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"
|
||||
<wx/app.h>
|
||||
|
@ -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;
|
||||
|
||||
|
12
version.h
12
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;
|
||||
|
Loading…
Reference in New Issue
Block a user