Add a codeblocks project.

master
poikilos 2021-03-21 19:16:09 -04:00
parent 320d13c46f
commit 1db6d1cae8
3 changed files with 64 additions and 0 deletions

52
b3view.cbp Normal file
View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="b3view" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/b3view" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#irrlicht)/bin/" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/b3view" prefix_auto="1" extension_auto="1" />
<Option working_dir="$(#irrlicht)/bin/" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add directory="$(#irrlicht.include)" />
</Compiler>
<Linker>
<Add library="Irrlicht" />
<Add library="GL" />
<Add library="GLU" />
<Add library="Xxf86vm" />
<Add directory="$(#irrlicht.lib)/" />
</Linker>
<Unit filename="main.cpp" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>

7
b3view.depend Normal file
View File

@ -0,0 +1,7 @@
# depslib dependency file v1.0
1554970747 source:/opt/b3view/Debug.cpp
"Debug.h"
1554970753 /opt/b3view/Debug.h
<iostream>

5
b3view.layout Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<FileVersion major="1" minor="0" />
<ActiveTarget name="Debug" />
</CodeBlocks_layout_file>