Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NEYRET Fabrice
Ork
Commits
d070f551
Commit
d070f551
authored
Dec 19, 2021
by
Eric Bruneton
Browse files
Fix CodeBlocks project file for Linux.
parent
26a662c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ork.cbp
View file @
d070f551
...
...
@@ -39,7 +39,12 @@
</Compiler>
<Linker>
<Add
option=
"-pg"
/>
<Add
library=
"pthread"
/>
<Add
library=
"rt"
/>
<Add
library=
"GLEW"
/>
<Add
library=
"glut"
/>
<Add
library=
"GLU"
/>
<Add
library=
"GL"
/>
</Linker>
</Target>
<Target
title=
"Release"
>
...
...
@@ -111,10 +116,12 @@
</Compiler>
<Linker>
<Add
option=
"-pg"
/>
<Add
library=
"glut"
/>
<Add
library=
"pthread"
/>
<Add
library=
"rt"
/>
<Add
directory=
"$(#glut)"
/>
<Add
library=
"GLEW"
/>
<Add
library=
"glut"
/>
<Add
library=
"GLU"
/>
<Add
library=
"GL"
/>
</Linker>
</Target>
<Target
title=
"Examples"
>
...
...
@@ -173,12 +180,14 @@
<Add
option=
"-pg"
/>
<Add
library=
"pthread"
/>
<Add
library=
"rt"
/>
<Add
directory=
"$(#glut)"
/>
<Add
library=
"GLEW"
/>
<Add
library=
"glut"
/>
<Add
library=
"GLU"
/>
<Add
library=
"GL"
/>
</Linker>
</Target>
</Build>
<Compiler>
<Add
option=
"-march=i686"
/>
<Add
option=
"-pedantic-errors"
/>
<Add
option=
"-pedantic"
/>
<Add
option=
"-Wall"
/>
...
...
@@ -196,9 +205,6 @@
<Add
option=
"-D$(#glut.cflags)"
/>
<Add
directory=
"libraries"
/>
</Compiler>
<Linker>
<Add
option=
"$(#glew)"
/>
</Linker>
<Unit
filename=
"examples/Main.cpp"
>
<Option
target=
"Examples"
/>
<Option
target=
"Examples_UNIX"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment