Files
eepp/ee.linux.cbp
spartanj f8703cd568 Added Vertex Buffer support ( cVertexBuffer base class (interface), cVertexBufferOGL fallback if gpu doesn't support VBO's, cVertexBufferVBO uses ARB Vertex Buffer Object ).
Added a Memory Manager to trace memory leaks.
Fixed some memory leaks detected with the new memory manager.
Added an allocator for STL ( to use it with the custom allocation seted in the memory manager ).
Fixed Makefiles ( i wroke them ).
2010-09-03 02:53:14 -03:00

528 lines
20 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="ee" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="eetest" prefix_auto="1" extension_auto="1" />
<Option object_output="./obj/linux/debug" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add option="-DEE_DEBUG" />
</Compiler>
</Target>
<Target title="Release">
<Option output="eetest" prefix_auto="1" extension_auto="1" />
<Option object_output="./obj/linux/release" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-DEE_MEMORY_MANAGER" />
</Compiler>
<Linker>
<Add library="GL" />
<Add library="GLU" />
<Add library="freetype" />
<Add library="sndfile" />
<Add library="X11" />
<Add library="SDL" />
<Add library="openal" />
</Linker>
<Unit filename="src/audio/base.hpp" />
<Unit filename="src/audio/caudiodevice.cpp" />
<Unit filename="src/audio/caudiodevice.hpp" />
<Unit filename="src/audio/caudiolistener.cpp" />
<Unit filename="src/audio/caudiolistener.hpp" />
<Unit filename="src/audio/caudioresource.cpp" />
<Unit filename="src/audio/caudioresource.hpp" />
<Unit filename="src/audio/cmusic.cpp" />
<Unit filename="src/audio/cmusic.hpp" />
<Unit filename="src/audio/csound.cpp" />
<Unit filename="src/audio/csound.hpp" />
<Unit filename="src/audio/csoundbuffer.cpp" />
<Unit filename="src/audio/csoundbuffer.hpp" />
<Unit filename="src/audio/csoundfile.cpp" />
<Unit filename="src/audio/csoundfile.hpp" />
<Unit filename="src/audio/csoundfiledefault.cpp" />
<Unit filename="src/audio/csoundfiledefault.hpp" />
<Unit filename="src/audio/csoundfileogg.cpp" />
<Unit filename="src/audio/csoundfileogg.hpp" />
<Unit filename="src/audio/csoundstream.cpp" />
<Unit filename="src/audio/csoundstream.hpp" />
<Unit filename="src/audio/openal.hpp" />
<Unit filename="src/audio/tsoundloader.hpp" />
<Unit filename="src/audio/tsoundmanager.hpp" />
<Unit filename="src/base.hpp" />
<Unit filename="src/base/allocator.hpp" />
<Unit filename="src/base/base.hpp" />
<Unit filename="src/base/memorymanager.cpp" />
<Unit filename="src/base/memorymanager.hpp" />
<Unit filename="src/base/stlcontainers.hpp" />
<Unit filename="src/ee.h" />
<Unit filename="src/gaming/base.hpp" />
<Unit filename="src/gaming/cisomap.cpp" />
<Unit filename="src/gaming/cisomap.hpp" />
<Unit filename="src/gaming/clight.cpp" />
<Unit filename="src/gaming/clight.hpp" />
<Unit filename="src/graphics/base.hpp" />
<Unit filename="src/graphics/cbatchrenderer.cpp" />
<Unit filename="src/graphics/cbatchrenderer.hpp" />
<Unit filename="src/graphics/cconsole.cpp" />
<Unit filename="src/graphics/cconsole.hpp" />
<Unit filename="src/graphics/cfont.cpp" />
<Unit filename="src/graphics/cfont.hpp" />
<Unit filename="src/graphics/cfontmanager.cpp" />
<Unit filename="src/graphics/cfontmanager.hpp" />
<Unit filename="src/graphics/cframebuffer.cpp" />
<Unit filename="src/graphics/cframebuffer.hpp" />
<Unit filename="src/graphics/cframebufferfbo.cpp" />
<Unit filename="src/graphics/cframebufferfbo.hpp" />
<Unit filename="src/graphics/cframebufferpbuffer.cpp" />
<Unit filename="src/graphics/cframebufferpbuffer.hpp" />
<Unit filename="src/graphics/cglobalbatchrenderer.cpp" />
<Unit filename="src/graphics/cglobalbatchrenderer.hpp" />
<Unit filename="src/graphics/cglobalshapegroup.cpp" />
<Unit filename="src/graphics/cglobalshapegroup.hpp" />
<Unit filename="src/graphics/cimage.cpp" />
<Unit filename="src/graphics/cimage.hpp" />
<Unit filename="src/graphics/cparticle.cpp" />
<Unit filename="src/graphics/cparticle.hpp" />
<Unit filename="src/graphics/cparticlesystem.cpp" />
<Unit filename="src/graphics/cparticlesystem.hpp" />
<Unit filename="src/graphics/cprimitives.cpp" />
<Unit filename="src/graphics/cprimitives.hpp" />
<Unit filename="src/graphics/cscrollparallax.cpp" />
<Unit filename="src/graphics/cscrollparallax.hpp" />
<Unit filename="src/graphics/cshader.cpp" />
<Unit filename="src/graphics/cshader.hpp" />
<Unit filename="src/graphics/cshaderprogram.cpp" />
<Unit filename="src/graphics/cshaderprogram.hpp" />
<Unit filename="src/graphics/cshaderprogrammanager.cpp" />
<Unit filename="src/graphics/cshaderprogrammanager.hpp" />
<Unit filename="src/graphics/cshape.cpp" />
<Unit filename="src/graphics/cshape.hpp" />
<Unit filename="src/graphics/cshapegroup.cpp" />
<Unit filename="src/graphics/cshapegroup.hpp" />
<Unit filename="src/graphics/cshapegroupmanager.cpp" />
<Unit filename="src/graphics/cshapegroupmanager.hpp" />
<Unit filename="src/graphics/csprite.cpp" />
<Unit filename="src/graphics/csprite.hpp" />
<Unit filename="src/graphics/ctextcache.cpp" />
<Unit filename="src/graphics/ctextcache.hpp" />
<Unit filename="src/graphics/ctexture.cpp" />
<Unit filename="src/graphics/ctexture.hpp" />
<Unit filename="src/graphics/ctexturefactory.cpp" />
<Unit filename="src/graphics/ctexturefactory.hpp" />
<Unit filename="src/graphics/ctexturefont.cpp" />
<Unit filename="src/graphics/ctexturefont.hpp" />
<Unit filename="src/graphics/ctexturefontloader.cpp" />
<Unit filename="src/graphics/ctexturefontloader.hpp" />
<Unit filename="src/graphics/ctexturegrouploader.cpp" />
<Unit filename="src/graphics/ctexturegrouploader.hpp" />
<Unit filename="src/graphics/ctextureloader.cpp" />
<Unit filename="src/graphics/ctextureloader.hpp" />
<Unit filename="src/graphics/ctexturepacker.cpp" />
<Unit filename="src/graphics/ctexturepacker.hpp" />
<Unit filename="src/graphics/ctexturepackernode.cpp" />
<Unit filename="src/graphics/ctexturepackernode.hpp" />
<Unit filename="src/graphics/ctexturepackertex.cpp" />
<Unit filename="src/graphics/ctexturepackertex.hpp" />
<Unit filename="src/graphics/cttffont.cpp" />
<Unit filename="src/graphics/cttffont.hpp" />
<Unit filename="src/graphics/cttffontloader.cpp" />
<Unit filename="src/graphics/cttffontloader.hpp" />
<Unit filename="src/graphics/cvertexbuffer.cpp" />
<Unit filename="src/graphics/cvertexbuffer.hpp" />
<Unit filename="src/graphics/cvertexbufferogl.cpp" />
<Unit filename="src/graphics/cvertexbufferogl.hpp" />
<Unit filename="src/graphics/cvertexbuffervbo.cpp" />
<Unit filename="src/graphics/cvertexbuffervbo.hpp" />
<Unit filename="src/graphics/fonthelper.hpp" />
<Unit filename="src/graphics/packerhelper.hpp" />
<Unit filename="src/graphics/pixelperfect.cpp" />
<Unit filename="src/graphics/pixelperfect.hpp" />
<Unit filename="src/graphics/renders.hpp" />
<Unit filename="src/graphics/vbohelper.hpp" />
<Unit filename="src/helper/SOIL/SOIL.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/SOIL/SOIL.h" />
<Unit filename="src/helper/SOIL/image_DXT.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/SOIL/image_DXT.h" />
<Unit filename="src/helper/SOIL/image_helper.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/SOIL/image_helper.h" />
<Unit filename="src/helper/SOIL/stb_image.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/SOIL/stb_image.h" />
<Unit filename="src/helper/SOIL/stb_image_write.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/SOIL/stb_image_write.h" />
<Unit filename="src/helper/SOIL/stbi_DDS.h" />
<Unit filename="src/helper/SOIL/stbi_DDS_c.h" />
<Unit filename="src/helper/glew/glew.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/glew/glew.h" />
<Unit filename="src/helper/glew/glxew.h" />
<Unit filename="src/helper/glew/wglew.h" />
<Unit filename="src/helper/haikuttf/haikuttf.hpp" />
<Unit filename="src/helper/haikuttf/hkbase.hpp" />
<Unit filename="src/helper/haikuttf/hkfont.cpp" />
<Unit filename="src/helper/haikuttf/hkfont.hpp" />
<Unit filename="src/helper/haikuttf/hkfontmanager.cpp" />
<Unit filename="src/helper/haikuttf/hkfontmanager.hpp" />
<Unit filename="src/helper/haikuttf/hkglyph.cpp" />
<Unit filename="src/helper/haikuttf/hkglyph.hpp" />
<Unit filename="src/helper/haikuttf/sophist.h" />
<Unit filename="src/helper/libzip/config.h" />
<Unit filename="src/helper/libzip/mkstemp.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip.h" />
<Unit filename="src/helper/libzip/zip_add.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_add_dir.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_close.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_delete.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_dirent.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_entry_free.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_entry_new.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_err_str.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_error.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_error_clear.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_error_get.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_error_get_sys_type.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_error_strerror.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_error_to_str.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_fclose.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_file_error_clear.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_file_error_get.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_file_get_offset.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_file_strerror.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_filerange_crc.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_fopen.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_fopen_index.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_fread.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_free.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_get_archive_comment.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_get_archive_flag.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_get_file_comment.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_get_name.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_get_num_files.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_memdup.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_name_locate.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_new.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_open.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_rename.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_replace.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_set_archive_comment.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_set_archive_flag.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_set_file_comment.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_set_name.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_source_buffer.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_source_file.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_source_filep.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_source_free.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_source_function.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_source_zip.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_stat.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_stat_index.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_stat_init.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_strerror.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_unchange.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_unchange_all.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_unchange_archive.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zip_unchange_data.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/libzip/zipint.h" />
<Unit filename="src/helper/stb_vorbis/stb_vorbis.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/stb_vorbis/stb_vorbis.h" />
<Unit filename="src/helper/zlib/adler32.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/compress.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/crc32.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/crc32.h" />
<Unit filename="src/helper/zlib/deflate.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/deflate.h" />
<Unit filename="src/helper/zlib/gzclose.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/gzguts.h" />
<Unit filename="src/helper/zlib/gzlib.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/gzread.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/gzwrite.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/infback.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/inffast.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/inffast.h" />
<Unit filename="src/helper/zlib/inffixed.h" />
<Unit filename="src/helper/zlib/inflate.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/inflate.h" />
<Unit filename="src/helper/zlib/inftrees.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/inftrees.h" />
<Unit filename="src/helper/zlib/trees.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/trees.h" />
<Unit filename="src/helper/zlib/uncompr.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/zconf.h" />
<Unit filename="src/helper/zlib/zlib.h" />
<Unit filename="src/helper/zlib/zutil.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="src/helper/zlib/zutil.h" />
<Unit filename="src/math/base.hpp" />
<Unit filename="src/math/cmtrand.cpp" />
<Unit filename="src/math/cmtrand.hpp" />
<Unit filename="src/math/math.cpp" />
<Unit filename="src/math/math.hpp" />
<Unit filename="src/system/base.hpp" />
<Unit filename="src/system/cinifile.cpp" />
<Unit filename="src/system/cinifile.hpp" />
<Unit filename="src/system/clog.cpp" />
<Unit filename="src/system/clog.hpp" />
<Unit filename="src/system/cmutex.cpp" />
<Unit filename="src/system/cmutex.hpp" />
<Unit filename="src/system/cobjectloader.cpp" />
<Unit filename="src/system/cobjectloader.hpp" />
<Unit filename="src/system/cpack.cpp" />
<Unit filename="src/system/cpack.hpp" />
<Unit filename="src/system/cpak.cpp" />
<Unit filename="src/system/cpak.hpp" />
<Unit filename="src/system/crc4.cpp" />
<Unit filename="src/system/crc4.hpp" />
<Unit filename="src/system/cresourceloader.cpp" />
<Unit filename="src/system/cresourceloader.hpp" />
<Unit filename="src/system/cthread.cpp" />
<Unit filename="src/system/cthread.hpp" />
<Unit filename="src/system/ctimeelapsed.cpp" />
<Unit filename="src/system/ctimeelapsed.hpp" />
<Unit filename="src/system/ctimer.cpp" />
<Unit filename="src/system/ctimer.hpp" />
<Unit filename="src/system/czip.cpp" />
<Unit filename="src/system/czip.hpp" />
<Unit filename="src/system/singleton.hpp" />
<Unit filename="src/system/tresourcemanager.hpp" />
<Unit filename="src/test/ee.cpp" />
<Unit filename="src/ui/base.hpp" />
<Unit filename="src/ui/cuibackground.cpp" />
<Unit filename="src/ui/cuibackground.hpp" />
<Unit filename="src/ui/cuiborder.cpp" />
<Unit filename="src/ui/cuiborder.hpp" />
<Unit filename="src/ui/cuicontrol.cpp" />
<Unit filename="src/ui/cuicontrol.hpp" />
<Unit filename="src/ui/cuicontrolanim.cpp" />
<Unit filename="src/ui/cuicontrolanim.hpp" />
<Unit filename="src/ui/cuidragable.cpp" />
<Unit filename="src/ui/cuidragable.hpp" />
<Unit filename="src/ui/cuievent.cpp" />
<Unit filename="src/ui/cuievent.hpp" />
<Unit filename="src/ui/cuieventkey.cpp" />
<Unit filename="src/ui/cuieventkey.hpp" />
<Unit filename="src/ui/cuieventmouse.cpp" />
<Unit filename="src/ui/cuieventmouse.hpp" />
<Unit filename="src/ui/cuigfx.cpp" />
<Unit filename="src/ui/cuigfx.hpp" />
<Unit filename="src/ui/cuimanager.cpp" />
<Unit filename="src/ui/cuimanager.hpp" />
<Unit filename="src/ui/cuimessage.cpp" />
<Unit filename="src/ui/cuimessage.hpp" />
<Unit filename="src/ui/cuitextbox.cpp" />
<Unit filename="src/ui/cuitextbox.hpp" />
<Unit filename="src/ui/cuitextinput.cpp" />
<Unit filename="src/ui/cuitextinput.hpp" />
<Unit filename="src/ui/uihelper.cpp" />
<Unit filename="src/ui/uihelper.hpp" />
<Unit filename="src/utils/base.hpp" />
<Unit filename="src/utils/cinterpolation.cpp" />
<Unit filename="src/utils/cinterpolation.hpp" />
<Unit filename="src/utils/colors.hpp" />
<Unit filename="src/utils/cperlinnoise.cpp" />
<Unit filename="src/utils/cperlinnoise.hpp" />
<Unit filename="src/utils/cwaypoints.cpp" />
<Unit filename="src/utils/cwaypoints.hpp" />
<Unit filename="src/utils/easing.cpp" />
<Unit filename="src/utils/easing.hpp" />
<Unit filename="src/utils/helper.hpp" />
<Unit filename="src/utils/line2.hpp" />
<Unit filename="src/utils/polygon2.hpp" />
<Unit filename="src/utils/quad2.hpp" />
<Unit filename="src/utils/rect.hpp" />
<Unit filename="src/utils/size.hpp" />
<Unit filename="src/utils/string.cpp" />
<Unit filename="src/utils/string.hpp" />
<Unit filename="src/utils/triangle2.hpp" />
<Unit filename="src/utils/utils.cpp" />
<Unit filename="src/utils/utils.hpp" />
<Unit filename="src/utils/vector2.hpp" />
<Unit filename="src/utils/vector3.hpp" />
<Unit filename="src/window/base.hpp" />
<Unit filename="src/window/cengine.cpp" />
<Unit filename="src/window/cengine.hpp" />
<Unit filename="src/window/cinput.cpp" />
<Unit filename="src/window/cinput.hpp" />
<Unit filename="src/window/cinputtextbuffer.cpp" />
<Unit filename="src/window/cinputtextbuffer.hpp" />
<Unit filename="src/window/cjoystick.cpp" />
<Unit filename="src/window/cjoystick.hpp" />
<Unit filename="src/window/cjoystickmanager.cpp" />
<Unit filename="src/window/cjoystickmanager.hpp" />
<Unit filename="src/window/cview.cpp" />
<Unit filename="src/window/cview.hpp" />
<Extensions>
<envvars />
<code_completion />
<debugger />
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>