Commit 11a1c669 authored by cutealien's avatar cutealien

Fix some c::b project files which did not link on Linux.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3887 dfc29bdd-3216-0410-991c-e03cc46cb475
parent b47d6b1f
......@@ -24,8 +24,8 @@
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-W" />
<Add option="-g" />
<Add option="-W" />
<Add option="-D_IRR_STATIC_LIB_" />
<Add directory="../../lib/Linux" />
</Compiler>
......@@ -33,7 +33,7 @@
<Add library="Xxf86vm" />
<Add library="Xcursor" />
<Add library="GL" />
<Add directory="../../lib/gcc" />
<Add directory="../../lib/Linux" />
</Linker>
</Target>
</Build>
......
......@@ -18,7 +18,9 @@
<Option type="1" />
<Option compiler="gcc" />
<Linker>
<Add library="Irrlicht" />
<Add library="Xxf86vm" />
<Add library="Xcursor" />
<Add library="GL" />
<Add directory="../../lib/Linux" />
</Linker>
</Target>
......@@ -27,7 +29,7 @@
<Add directory="../../include" />
</Compiler>
<Linker>
<Add option="../../lib/Win32-gcc/libIrrlicht.a" />
<Add library="Irrlicht" />
</Linker>
<Unit filename="main.cpp" />
<Extensions>
......
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="All" />
<File name="main.cpp" open="0" top="0" tabpos="0">
<Cursor position="1821" topLine="63" />
<File name="main.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor1 position="363" topLine="6" />
</File>
</CodeBlocks_layout_file>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment