mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Codeblocks mac config stuff
This commit is contained in:
parent
fd6b4dd46e
commit
63dd9054a8
@ -94,7 +94,10 @@
|
||||
<Add directory="../../src" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-ftgl;-mwindows;$(shell $(WX_TOOL) --debug=yes --libs --unicode=yes);-m32" />
|
||||
<Add option="-ftgl" />
|
||||
<Add option="-mwindows;" />
|
||||
<Add option="$(shell $(WX_TOOL) --debug=yes --libs --unicode=yes)" />
|
||||
<Add option="-m32" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="../../src/GUIFrame.cpp" open="0" top="0" tabpos="14">
|
||||
<Cursor position="9298" topLine="156" />
|
||||
<ActiveTarget name="Mac" />
|
||||
<File name="../../src/GUIFrame.cpp" open="1" top="1" tabpos="11">
|
||||
<Cursor position="287" topLine="0" />
|
||||
</File>
|
||||
<File name="../../src/GUIFrame.h" open="0" top="0" tabpos="9">
|
||||
<Cursor position="3128" topLine="50" />
|
||||
@ -19,7 +19,7 @@
|
||||
<File name="../../src/graphs/freesans.c" open="1" top="0" tabpos="10">
|
||||
<Cursor position="0" topLine="0" />
|
||||
</File>
|
||||
<File name="../../src/graphs/graph.cpp" open="1" top="1" tabpos="7">
|
||||
<File name="../../src/graphs/graph.cpp" open="1" top="0" tabpos="7">
|
||||
<Cursor position="7841" topLine="271" />
|
||||
</File>
|
||||
<File name="../../src/graphs/graph.h" open="1" top="0" tabpos="8">
|
||||
|
Loading…
Reference in New Issue
Block a user