aboutsummaryrefslogtreecommitdiffstats
path: root/support/codeblocks/libmaple.cbp
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2010-07-08 20:04:05 -0400
committerbnewbold <bnewbold@robocracy.org>2010-07-08 20:04:05 -0400
commite20771d28264125586c6cff7cc4a6b4d51e69110 (patch)
treed4573537508043484a66afb3e96b9bef6d4f2d93 /support/codeblocks/libmaple.cbp
parent0b502bb6d88e0e3efd48470de92bb4b4a959722f (diff)
downloadlibrambutan-e20771d28264125586c6cff7cc4a6b4d51e69110.tar.gz
librambutan-e20771d28264125586c6cff7cc4a6b4d51e69110.zip
more codeblocks fixes; verbose build output
Diffstat (limited to 'support/codeblocks/libmaple.cbp')
-rw-r--r--support/codeblocks/libmaple.cbp22
1 files changed, 5 insertions, 17 deletions
diff --git a/support/codeblocks/libmaple.cbp b/support/codeblocks/libmaple.cbp
index f4ed7e5..4766275 100644
--- a/support/codeblocks/libmaple.cbp
+++ b/support/codeblocks/libmaple.cbp
@@ -15,8 +15,8 @@
<Option compiler="gcc" />
<Option use_console_runner="0" />
<MakeCommands>
- <Build command="$make -f $makefile $target" />
- <CompileFile command="$make -f $makefile $file" />
+ <Build command="$make -f $makefile MAPLE_TARGET=$target" />
+ <CompileFile command="$make -f $makefile MAPLE_TARGET=$target $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
</MakeCommands>
@@ -28,24 +28,12 @@
<Option compiler="gcc" />
<Option use_console_runner="0" />
<MakeCommands>
- <Build command="$make -f $makefile $target" />
- <CompileFile command="$make -f $makefile $file" />
+ <Build command="$make -f $makefile MAPLE_TARGET=$target" />
+ <CompileFile command="$make -f $makefile MAPLE_TARGET=$target $file" />
<Clean command="$make -f $makefile clean" />
- <DistClean command="$make -f $makefile distclean$target" />
+ <DistClean command="$make -f $makefile distclean" />
</MakeCommands>
</Target>
- <Target title="Release">
- <Option output="bin/Release/libmaple" 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" />