mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Add a codeblocks project.
This commit is contained in:
parent
320d13c46f
commit
1db6d1cae8
52
b3view.cbp
Normal file
52
b3view.cbp
Normal 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
7
b3view.depend
Normal 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
5
b3view.layout
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user