diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 04:29:25 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-15 04:29:25 +0300 |
commit | f84a9c3ef28306d4d4297c1e41ed37b624831cfc (patch) | |
tree | 7ac5fcba322302587dccce0d4aff6b1c4426711f /plugins/example/example.cbp | |
parent | d97fdddef24aa55b1e09dab42bae692aad393bfb (diff) |
modified: api/pluginapi.h
new file: plugins/example/example.cbp
new file: plugins/example/main.cpp
Diffstat (limited to 'plugins/example/example.cbp')
-rw-r--r-- | plugins/example/example.cbp | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/example/example.cbp b/plugins/example/example.cbp new file mode 100644 index 0000000..64c5694 --- /dev/null +++ b/plugins/example/example.cbp @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="example" /> + <Option pch_mode="2" /> + <Option compiler="gcc" /> + <Build> + <Target title="Debug"> + <Option output="bin/Debug/example" 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/example" 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" /> + </Compiler> + <Extensions> + <envvars /> + <code_completion /> + <debugger /> + <lib_finder disable_auto="1" /> + </Extensions> + </Project> +</CodeBlocks_project_file> |