mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
Linux build order fix
This commit is contained in:
parent
605480d370
commit
f06a4886c9
@ -19,7 +19,7 @@
|
||||
<Add directory="../../src" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`wx-config --version=2.8 --libs gl,aui,xrc,qa,html,adv,core,net,base`" />
|
||||
<Add option="`wx-config --version=2.8 --libs aui,xrc,qa,html,adv,gl,core,net,base`" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug-wx29">
|
||||
@ -35,7 +35,7 @@
|
||||
<Add directory="../../src" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="`wx-config --version=2.9 --libs gl,aui,xrc,qa,html,adv,core,net,base`" />
|
||||
<Add option="`wx-config --version=2.9 --libs aui,xrc,qa,html,adv,gl,core,net,base`" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
|
@ -8362,7 +8362,7 @@
|
||||
"sleeplib/profiles.h"
|
||||
"sleeplib/machine_loader.h"
|
||||
|
||||
1308152355 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp
|
||||
1308152473 source:/home/mark/projects/git/sleepyhead/src/graphs/graph.cpp
|
||||
"freetype-gl/font-manager.h"
|
||||
"freetype-gl/texture-font.h"
|
||||
"graph.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Windows" />
|
||||
<ActiveTarget name="Debug-wx29" />
|
||||
<File name="../../src/GUIFrame.cpp" open="1" top="0" tabpos="9">
|
||||
<Cursor position="6211" topLine="144" />
|
||||
</File>
|
||||
@ -10,7 +10,7 @@
|
||||
<File name="../../src/SleepyHeadApp.cpp" open="0" top="0" tabpos="1">
|
||||
<Cursor position="1078" topLine="44" />
|
||||
</File>
|
||||
<File name="../../src/SleepyHeadMain.cpp" open="1" top="1" tabpos="1">
|
||||
<File name="../../src/SleepyHeadMain.cpp" open="1" top="0" tabpos="1">
|
||||
<Cursor position="29385" topLine="793" />
|
||||
</File>
|
||||
<File name="../../src/SleepyHeadMain.h" open="1" top="0" tabpos="2">
|
||||
@ -25,8 +25,8 @@
|
||||
<File name="../../src/graphs/gl_pbuffer.h" open="1" top="0" tabpos="6">
|
||||
<Cursor position="382" topLine="0" />
|
||||
</File>
|
||||
<File name="../../src/graphs/graph.cpp" open="1" top="0" tabpos="3">
|
||||
<Cursor position="9666" topLine="301" />
|
||||
<File name="../../src/graphs/graph.cpp" open="1" top="1" tabpos="3">
|
||||
<Cursor position="44916" topLine="1656" />
|
||||
</File>
|
||||
<File name="../../src/graphs/graph.h" open="1" top="0" tabpos="4">
|
||||
<Cursor position="285" topLine="0" />
|
||||
|
Loading…
Reference in New Issue
Block a user