diff options
Diffstat (limited to 'rotord/rotord.cbp')
| -rw-r--r-- | rotord/rotord.cbp | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/rotord/rotord.cbp b/rotord/rotord.cbp index e776043..5baac29 100644 --- a/rotord/rotord.cbp +++ b/rotord/rotord.cbp @@ -3,21 +3,30 @@ <FileVersion major="1" minor="6" /> <Project> <Option title="rotord" /> + <Option makefile_is_custom="1" /> <Option pch_mode="2" /> <Option compiler="gcc" /> <Build> <Target title="Debug"> <Option output="rotord" prefix_auto="1" extension_auto="1" /> - <Option object_output="/home/tim/workspace/rotor/rotord//.objs" /> + <Option object_output="/home/tim/workspace/rotor/rotord/.objs" /> <Option type="1" /> <Option compiler="gcc" /> <Compiler> <Add option="-g" /> </Compiler> + <MakeCommands> + <Build command="$make -f $makefile $target" /> + <CompileFile command="$make -f $makefile $file" /> + <Clean command="$make -f $makefile clean" /> + <DistClean command="$make -f $makefile distclean$target" /> + <AskRebuildNeeded command="$make -q -f $makefile $target" /> + <SilentBuild command="$make -s -f $makefile $target" /> + </MakeCommands> </Target> <Target title="Release"> <Option output="rotord" prefix_auto="1" extension_auto="1" /> - <Option object_output="/home/tim/workspace/rotor/rotord//.objs" /> + <Option object_output="/home/tim/workspace/rotor/rotord/.objs" /> <Option type="1" /> <Option compiler="gcc" /> <Compiler> @@ -26,11 +35,27 @@ <Linker> <Add option="-s" /> </Linker> + <MakeCommands> + <Build command="$make -f $makefile $target" /> + <CompileFile command="$make -f $makefile $file" /> + <Clean command="$make -f $makefile clean" /> + <DistClean command="$make -f $makefile distclean$target" /> + <AskRebuildNeeded command="$make -q -f $makefile $target" /> + <SilentBuild command="$make -s -f $makefile $target" /> + </MakeCommands> </Target> </Build> <Compiler> <Add option="-Wall" /> </Compiler> + <Unit filename="Makefile" /> + <Unit filename="rotor.h" /> + <Unit filename="rotord.cpp" /> + <Unit filename="rotord.h" /> + <Unit filename="rotord.xml" /> + <Unit filename="system.h" /> + <Unit filename="vampHost.cpp" /> + <Unit filename="vampHost.h" /> <Extensions> <envvars /> <code_completion /> |
