CodeBlocks build tweaks

This commit is contained in:
Mark Watkins 2011-06-12 21:37:41 +10:00
parent 69c190c67c
commit ba7dc8c5fb
4 changed files with 15 additions and 13 deletions

View File

@ -105,6 +105,8 @@
<Add option="-Wall" /> <Add option="-Wall" />
<Add option="`wx-config --version=2.8 --cflags`" /> <Add option="`wx-config --version=2.8 --cflags`" />
<Add option="-I/usr/include/freetype2" /> <Add option="-I/usr/include/freetype2" />
<Add option="-I/opt/local/include/freetype2" />
<Add option="-I/opt/local/include" />
<Add directory="../../src/libs" /> <Add directory="../../src/libs" />
<Add directory="../../src" /> <Add directory="../../src" />
</Compiler> </Compiler>

View File

@ -8307,7 +8307,7 @@
<sleeplib/machine.h> <sleeplib/machine.h>
<list> <list>
1307876090 /home/mark/projects/git/sleepyhead/src/version.h 1307878622 /home/mark/projects/git/sleepyhead/src/version.h
1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h 1307627540 /home/mark/projects/git/sleepyhead/src/libs/sleeplib/prs1_loader.h
"machine.h" "machine.h"

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file> <CodeBlocks_layout_file>
<ActiveTarget name="Mac" /> <ActiveTarget name="Debug" />
<File name="../../src/GUIFrame.cpp" open="1" top="1" tabpos="11"> <File name="../../src/GUIFrame.cpp" open="1" top="0" tabpos="11">
<Cursor position="287" topLine="0" /> <Cursor position="1318" topLine="9" />
</File> </File>
<File name="../../src/GUIFrame.h" open="0" top="0" tabpos="9"> <File name="../../src/GUIFrame.h" open="0" top="0" tabpos="9">
<Cursor position="3128" topLine="50" /> <Cursor position="3128" topLine="50" />
@ -19,11 +19,11 @@
<File name="../../src/graphs/freesans.c" open="1" top="0" tabpos="10"> <File name="../../src/graphs/freesans.c" open="1" top="0" tabpos="10">
<Cursor position="0" topLine="0" /> <Cursor position="0" topLine="0" />
</File> </File>
<File name="../../src/graphs/graph.cpp" open="1" top="0" tabpos="7"> <File name="../../src/graphs/graph.cpp" open="1" top="1" tabpos="7">
<Cursor position="7841" topLine="271" /> <Cursor position="55196" topLine="2003" />
</File> </File>
<File name="../../src/graphs/graph.h" open="1" top="0" tabpos="8"> <File name="../../src/graphs/graph.h" open="1" top="0" tabpos="8">
<Cursor position="7607" topLine="208" /> <Cursor position="14685" topLine="387" />
</File> </File>
<File name="../../src/libs/sleeplib/binary_file.cpp" open="0" top="0" tabpos="11"> <File name="../../src/libs/sleeplib/binary_file.cpp" open="0" top="0" tabpos="11">
<Cursor position="7148" topLine="269" /> <Cursor position="7148" topLine="269" />

View File

@ -16,14 +16,14 @@ namespace AutoVersion{
//Standard Version Type //Standard Version Type
static const long MAJOR = 0; static const long MAJOR = 0;
static const long MINOR = 7; static const long MINOR = 7;
static const long BUILD = 5213; static const long BUILD = 5214;
static const long REVISION = 11763; static const long REVISION = 11765;
//Miscellaneous Version Types //Miscellaneous Version Types
static const long BUILDS_COUNT = 4911; static const long BUILDS_COUNT = 4917;
#define RC_FILEVERSION 0,7,5213,11763 #define RC_FILEVERSION 0,7,5214,11765
#define RC_FILEVERSION_STRING "0, 7, 5213, 11763\0" #define RC_FILEVERSION_STRING "0, 7, 5214, 11765\0"
static const char FULLVERSION_STRING[] = "0.7.5213.11763"; static const char FULLVERSION_STRING[] = "0.7.5214.11765";
//These values are to keep track of your versioning state, don't modify them. //These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 0; static const long BUILD_HISTORY = 0;