[espressoengine commit] r7 - in trunk: espresso/include espresso/src proj/codeblocks

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 12, 2008, 1:51:14 PM8/12/08
to espressoe...@googlegroups.com
Author: st...@12ohms.com
Date: Tue Aug 12 10:50:07 2008
New Revision: 7

Added:
trunk/espresso/include/espresso.h
trunk/espresso/src/test.cpp
trunk/proj/codeblocks/
trunk/proj/codeblocks/espresso.cbp
trunk/proj/codeblocks/espresso.layout
trunk/proj/codeblocks/espresso.workspace
trunk/proj/codeblocks/storage.cbp
trunk/proj/codeblocks/storage.layout
trunk/proj/codeblocks/storageconsole.cbp
trunk/proj/codeblocks/storageconsole.layout

Log:


Added: trunk/espresso/include/espresso.h
==============================================================================

Added: trunk/espresso/src/test.cpp
==============================================================================

Added: trunk/proj/codeblocks/espresso.cbp
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/espresso.cbp Tue Aug 12 10:50:07 2008
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+ <FileVersion major="1" minor="6" />
+ <Project>
+ <Option title="espresso" />
+ <Option pch_mode="2" />
+ <Option compiler="gcc" />
+ <Build>
+ <Target title="Debug">
+ <Option output="libespresso" prefix_auto="1" extension_auto="1" />
+ <Option working_dir="" />
+ <Option object_output="obj\Debug\" />
+ <Option type="2" />
+ <Option compiler="gcc" />
+ <Option createDefFile="1" />
+ <Compiler>
+ <Add option="-Wall" />
+ <Add option="-g" />
+ </Compiler>
+ </Target>
+ <Target title="Release">
+ <Option output="libespresso" prefix_auto="1" extension_auto="1" />
+ <Option working_dir="" />
+ <Option object_output="obj\Release\" />
+ <Option type="2" />
+ <Option compiler="gcc" />
+ <Option createDefFile="1" />
+ <Compiler>
+ <Add option="-Wall" />
+ <Add option="-O2" />
+ </Compiler>
+ <Linker>
+ <Add option="-s" />
+ </Linker>
+ </Target>
+ </Build>
+ <Unit filename="..\..\espresso\include\espresso.h" />
+ <Unit filename="..\..\espresso\src\test.cpp" />
+ <Extensions>
+ <code_completion />
+ <debugger />
+ </Extensions>
+ </Project>
+</CodeBlocks_project_file>

Added: trunk/proj/codeblocks/espresso.layout
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/espresso.layout Tue Aug 12 10:50:07 2008
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_layout_file>
+ <ActiveTarget name="Debug" />
+</CodeBlocks_layout_file>

Added: trunk/proj/codeblocks/espresso.workspace
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/espresso.workspace Tue Aug 12 10:50:07 2008
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_workspace_file>
+ <Workspace title="Workspace">
+ <Project filename="espresso.cbp" />
+ <Project filename="storage.cbp" />
+ <Project filename="storageconsole.cbp" active="1" />
+ </Workspace>
+</CodeBlocks_workspace_file>

Added: trunk/proj/codeblocks/storage.cbp
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/storage.cbp Tue Aug 12 10:50:07 2008
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+ <FileVersion major="1" minor="6" />
+ <Project>
+ <Option title="storage" />
+ <Option pch_mode="2" />
+ <Option compiler="gcc" />
+ <Build>
+ <Target title="Debug">
+ <Option output="libstorage" prefix_auto="1" extension_auto="1" />
+ <Option working_dir="" />
+ <Option object_output="obj\Debug\" />
+ <Option type="2" />
+ <Option compiler="gcc" />
+ <Option createDefFile="1" />
+ <Compiler>
+ <Add option="-Wall" />
+ <Add option="-g" />
+ </Compiler>
+ </Target>
+ <Target title="Release">
+ <Option output="libstorage" prefix_auto="1" extension_auto="1" />
+ <Option working_dir="" />
+ <Option object_output="obj\Release\" />
+ <Option type="2" />
+ <Option compiler="gcc" />
+ <Option createDefFile="1" />
+ <Compiler>
+ <Add option="-Wall" />
+ <Add option="-O2" />
+ </Compiler>
+ <Linker>
+ <Add option="-s" />
+ </Linker>
+ </Target>
+ </Build>
+ <Extensions>
+ <code_completion />
+ <debugger />
+ </Extensions>
+ </Project>
+</CodeBlocks_project_file>

Added: trunk/proj/codeblocks/storage.layout
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/storage.layout Tue Aug 12 10:50:07 2008
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_layout_file>
+ <ActiveTarget name="Debug" />
+</CodeBlocks_layout_file>

Added: trunk/proj/codeblocks/storageconsole.cbp
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/storageconsole.cbp Tue Aug 12 10:50:07 2008
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_project_file>
+ <FileVersion major="1" minor="6" />
+ <Project>
+ <Option title="storageconsole" />
+ <Option pch_mode="2" />
+ <Option compiler="gcc" />
+ <Build>
+ <Target title="Debug">
+ <Option output="bin\Debug\storageconsole" prefix_auto="1"
extension_auto="1" />
+ <Option object_output="obj\Debug\" />
+ <Option type="1" />
+ <Option compiler="gcc" />
+ <Compiler>
+ <Add option="-g" />
+ </Compiler>
+ </Target>
+ <Target title="Release">
+ <Option output="bin\Release\storageconsole" prefix_auto="1"
extension_auto="1" />
+ <Option object_output="obj\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="-fexceptions" />
+ </Compiler>
+ <Extensions>
+ <code_completion />
+ <debugger />
+ </Extensions>
+ </Project>
+</CodeBlocks_project_file>

Added: trunk/proj/codeblocks/storageconsole.layout
==============================================================================
--- (empty file)
+++ trunk/proj/codeblocks/storageconsole.layout Tue Aug 12 10:50:07 2008
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<CodeBlocks_layout_file>
+ <ActiveTarget name="Debug" />
+</CodeBlocks_layout_file>

Reply all
Reply to author
Forward
0 new messages