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 @@ ...@@ -24,8 +24,8 @@
<Option type="1" /> <Option type="1" />
<Option compiler="gcc" /> <Option compiler="gcc" />
<Compiler> <Compiler>
<Add option="-W" />
<Add option="-g" /> <Add option="-g" />
<Add option="-W" />
<Add option="-D_IRR_STATIC_LIB_" /> <Add option="-D_IRR_STATIC_LIB_" />
<Add directory="../../lib/Linux" /> <Add directory="../../lib/Linux" />
</Compiler> </Compiler>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<Add library="Xxf86vm" /> <Add library="Xxf86vm" />
<Add library="Xcursor" /> <Add library="Xcursor" />
<Add library="GL" /> <Add library="GL" />
<Add directory="../../lib/gcc" /> <Add directory="../../lib/Linux" />
</Linker> </Linker>
</Target> </Target>
</Build> </Build>
......
...@@ -18,7 +18,9 @@ ...@@ -18,7 +18,9 @@
<Option type="1" /> <Option type="1" />
<Option compiler="gcc" /> <Option compiler="gcc" />
<Linker> <Linker>
<Add library="Irrlicht" /> <Add library="Xxf86vm" />
<Add library="Xcursor" />
<Add library="GL" />
<Add directory="../../lib/Linux" /> <Add directory="../../lib/Linux" />
</Linker> </Linker>
</Target> </Target>
...@@ -27,7 +29,7 @@ ...@@ -27,7 +29,7 @@
<Add directory="../../include" /> <Add directory="../../include" />
</Compiler> </Compiler>
<Linker> <Linker>
<Add option="../../lib/Win32-gcc/libIrrlicht.a" /> <Add library="Irrlicht" />
</Linker> </Linker>
<Unit filename="main.cpp" /> <Unit filename="main.cpp" />
<Extensions> <Extensions>
......
<?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="All" /> <ActiveTarget name="All" />
<File name="main.cpp" open="0" top="0" tabpos="0"> <File name="main.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor position="1821" topLine="63" /> <Cursor1 position="363" topLine="6" />
</File> </File>
</CodeBlocks_layout_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