/usr/share/codeblocks/templates/irr_linux.cbp is in codeblocks-common 10.05-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | <?xml version="1.0"?>
<!DOCTYPE CodeBlocks_project_file>
<CodeBlocks_project_file>
<FileVersion major="1" minor="1"/>
<Project>
<Option title="Irrlicht Project"/>
<Build>
<Target title="default">
<Option output="Irrlicht"/>
<Option working_dir="$(IRR_BASE)/bin/Linux"/>
<Option type="1"/>
<Compiler>
<Add option="-O3"/>
</Compiler>
</Target>
<Environment>
<Variable name="IRR_BASE" value="/opt/irrlicht"/>
</Environment>
</Build>
<Compiler>
<Add option="-W"/>
<Add directory="$(IRR_BASE)/include"/>
</Compiler>
<ResourceCompiler>
<Add directory="$(IRR_BASE)/include"/>
</ResourceCompiler>
<Linker>
<Add library="Irrlicht"/>
<Add library="GL"/>
<Add library="GLU"/>
<Add library="X11"/>
<Add library="Xext"/>
<Add library="Xxf86vm"/>
<Add directory="$(IRR_BASE)/lib/Linux"/>
<Add directory="/usr/X11R6/lib"/>
</Linker>
</Project>
</CodeBlocks_project_file>
|