summaryrefslogtreecommitdiff
path: root/rotord/rotord.cbp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-02-25 19:46:09 +0000
committerComment <tim@gray.(none)>2013-02-25 19:46:09 +0000
commit963963271f0bec94a4d3d8b6b0fe60621d83318d (patch)
tree1c517eb052efb75ecb4ba2b2ed06eb21a7bb33e9 /rotord/rotord.cbp
parent7b82d6a61b468ec21e6e433a93bcbc32ae72df1a (diff)
starting audio parser
Diffstat (limited to 'rotord/rotord.cbp')
-rw-r--r--rotord/rotord.cbp29
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 />