mirror of
https://github.com/Poikilos/b3view.git
synced 2023-10-03 07:58:48 -07:00
Add existing files to the CodeBlocks project. Update gitignore.
This commit is contained in:
parent
1db6d1cae8
commit
bfcfa5093a
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ nohup.out
|
||||
*.tmp
|
||||
err.txt
|
||||
/build/b3view
|
||||
/build.sh~
|
||||
|
21
b3view.cbp
21
b3view.cbp
@ -14,6 +14,7 @@
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add directory="$(freetype)" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
@ -41,12 +42,30 @@
|
||||
<Add library="Xxf86vm" />
|
||||
<Add directory="$(#irrlicht.lib)/" />
|
||||
</Linker>
|
||||
<Unit filename="Debug.cpp" />
|
||||
<Unit filename="Debug.h" />
|
||||
<Unit filename="Engine.cpp" />
|
||||
<Unit filename="Engine.h" />
|
||||
<Unit filename="EventHandler.cpp" />
|
||||
<Unit filename="EventHandler.h" />
|
||||
<Unit filename="UserInterface.cpp" />
|
||||
<Unit filename="UserInterface.h" />
|
||||
<Unit filename="Utility.cpp" />
|
||||
<Unit filename="Utility.h" />
|
||||
<Unit filename="View.cpp" />
|
||||
<Unit filename="View.h" />
|
||||
<Unit filename="extlib/CGUITTFont.cpp" />
|
||||
<Unit filename="extlib/CGUITTFont.h" />
|
||||
<Unit filename="main.cpp" />
|
||||
<Unit filename="settings.cpp" />
|
||||
<Unit filename="settings.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<debugger />
|
||||
<lib_finder disable_auto="1" />
|
||||
<lib_finder disable_auto="1">
|
||||
<lib name="freetype2" />
|
||||
</lib_finder>
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
|
@ -2,4 +2,59 @@
|
||||
<CodeBlocks_layout_file>
|
||||
<FileVersion major="1" minor="0" />
|
||||
<ActiveTarget name="Debug" />
|
||||
<File name="Debug.h" open="1" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="Engine.h" open="1" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="263" topLine="9" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="EventHandler.cpp" open="1" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="View.cpp" open="1" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="6298" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="main.cpp" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="UserInterface.cpp" open="1" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="settings.cpp" open="1" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="Utility.cpp" open="1" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="Engine.cpp" open="1" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="extlib/CGUITTFont.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="155" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="Debug.cpp" open="1" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user