diff options
| author | manuel <manuel@nc8430.lan> | 2009-04-27 00:24:16 +0200 |
|---|---|---|
| committer | manuel <manuel@nc8430.lan> | 2009-04-27 00:24:16 +0200 |
| commit | 384539f7cc9feaa7ef7cee385cce472c6966c843 (patch) | |
| tree | 42d3cbc96d44087c0b6bbe8d41710e5c5f1efced /ue1/imgsynth/imgsynth.cbp | |
| download | ooprog-384539f7cc9feaa7ef7cee385cce472c6966c843.tar.gz ooprog-384539f7cc9feaa7ef7cee385cce472c6966c843.tar.bz2 ooprog-384539f7cc9feaa7ef7cee385cce472c6966c843.zip | |
Adding ue1
Diffstat (limited to 'ue1/imgsynth/imgsynth.cbp')
| -rw-r--r-- | ue1/imgsynth/imgsynth.cbp | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/ue1/imgsynth/imgsynth.cbp b/ue1/imgsynth/imgsynth.cbp new file mode 100644 index 0000000..7badc7c --- /dev/null +++ b/ue1/imgsynth/imgsynth.cbp | |||
| @@ -0,0 +1,60 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
| 2 | <CodeBlocks_project_file> | ||
| 3 | <FileVersion major="1" minor="6" /> | ||
| 4 | <Project> | ||
| 5 | <Option title="imgsynth" /> | ||
| 6 | <Option makefile_is_custom="1" /> | ||
| 7 | <Option pch_mode="2" /> | ||
| 8 | <Option compiler="gcc" /> | ||
| 9 | <MakeCommands> | ||
| 10 | <Build command="$make -f $makefile $target" /> | ||
| 11 | <CompileFile command="$make -f $makefile $file" /> | ||
| 12 | <Clean command="$make -f $makefile clean" /> | ||
| 13 | <DistClean command="$make -f $makefile clean" /> | ||
| 14 | </MakeCommands> | ||
| 15 | <Build> | ||
| 16 | <Target title="all"> | ||
| 17 | <Option output="imgsynth" prefix_auto="1" extension_auto="1" /> | ||
| 18 | <Option object_output="obj/Release/" /> | ||
| 19 | <Option type="1" /> | ||
| 20 | <Option compiler="gcc" /> | ||
| 21 | <Compiler> | ||
| 22 | <Add option="-O2" /> | ||
| 23 | </Compiler> | ||
| 24 | <Linker> | ||
| 25 | <Add option="-s" /> | ||
| 26 | </Linker> | ||
| 27 | <MakeCommands> | ||
| 28 | <Build command="$make -f $makefile $target" /> | ||
| 29 | <CompileFile command="$make -f $makefile $file" /> | ||
| 30 | <Clean command="$make -f $makefile clean" /> | ||
| 31 | <DistClean command="$make -f $makefile clean" /> | ||
| 32 | </MakeCommands> | ||
| 33 | </Target> | ||
| 34 | <Target title="debug"> | ||
| 35 | <Option output="imgsynth" prefix_auto="1" extension_auto="1" /> | ||
| 36 | <Option type="1" /> | ||
| 37 | <Option compiler="gcc" /> | ||
| 38 | <MakeCommands> | ||
| 39 | <Build command="$make -f $makefile $target" /> | ||
| 40 | <CompileFile command="$make -f $makefile $file" /> | ||
| 41 | <Clean command="$make -f $makefile clean" /> | ||
| 42 | <DistClean command="$make -f $makefile clean" /> | ||
| 43 | </MakeCommands> | ||
| 44 | </Target> | ||
| 45 | </Build> | ||
| 46 | <Compiler> | ||
| 47 | <Add option="-pedantic-errors" /> | ||
| 48 | <Add option="-Wall" /> | ||
| 49 | <Add option="-ansi" /> | ||
| 50 | <Add option="-fexceptions" /> | ||
| 51 | </Compiler> | ||
| 52 | <Unit filename="imgsynth.cpp"> | ||
| 53 | <Option target="all" /> | ||
| 54 | </Unit> | ||
| 55 | <Extensions> | ||
| 56 | <code_completion /> | ||
| 57 | <debugger /> | ||
| 58 | </Extensions> | ||
| 59 | </Project> | ||
| 60 | </CodeBlocks_project_file> | ||
