2008-12-19 01:56:25 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="Irrlicht Example 04 Movement" />
|
|
|
|
<Option pch_mode="0" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
2009-09-16 05:48:19 -07:00
|
|
|
<Target title="Windows">
|
2014-05-08 06:25:22 -07:00
|
|
|
<Option output="../../bin/Win32-gcc/Movement" prefix_auto="0" extension_auto="1" />
|
2008-12-19 01:56:25 -08:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option projectResourceIncludeDirsRelation="1" />
|
2009-09-16 05:48:19 -07:00
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
2014-05-08 06:25:22 -07:00
|
|
|
<Add directory="../../lib/Win32-gcc" />
|
2009-09-16 05:48:19 -07:00
|
|
|
</Linker>
|
2008-12-19 01:56:25 -08:00
|
|
|
</Target>
|
2009-05-04 17:09:53 -07:00
|
|
|
<Target title="Linux">
|
2009-09-16 05:48:19 -07:00
|
|
|
<Option platforms="Unix;" />
|
2014-05-08 06:25:22 -07:00
|
|
|
<Option output="../../bin/Linux/Movement" prefix_auto="0" extension_auto="0" />
|
2009-05-04 17:09:53 -07:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
2009-09-16 05:48:19 -07:00
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
2011-05-18 15:21:50 -07:00
|
|
|
<Add option="-D_IRR_STATIC_LIB_" />
|
2009-09-16 05:48:19 -07:00
|
|
|
</Compiler>
|
2009-05-04 17:09:53 -07:00
|
|
|
<Linker>
|
|
|
|
<Add library="Xxf86vm" />
|
|
|
|
<Add library="GL" />
|
2014-05-08 06:25:22 -07:00
|
|
|
<Add library="X11" />
|
|
|
|
<Add directory="../../lib/Linux" />
|
2009-05-04 17:09:53 -07:00
|
|
|
</Linker>
|
|
|
|
</Target>
|
2008-12-19 01:56:25 -08:00
|
|
|
</Build>
|
|
|
|
<VirtualTargets>
|
2013-03-28 10:04:07 -07:00
|
|
|
<Add alias="All" targets="Windows;Linux;" />
|
2008-12-19 01:56:25 -08:00
|
|
|
</VirtualTargets>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
2014-05-08 06:25:22 -07:00
|
|
|
<Add directory="../../include" />
|
2008-12-19 01:56:25 -08:00
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add library="Irrlicht" />
|
|
|
|
</Linker>
|
|
|
|
<Unit filename="main.cpp" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<debugger />
|
2010-06-01 15:52:38 -07:00
|
|
|
<envvars />
|
2008-12-19 01:56:25 -08:00
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|