annotate build.sh @ 161:584dc990e12f

type fixed
author korDen
date Mon, 20 Sep 2010 01:19:36 +0400
parents 14feb7ae01a6
children b080e62b16b4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
2cc604139636 Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Robert Clipsham <robert@octarineparrot.com>
parents:
diff changeset
1 #!/bin/sh
2cc604139636 Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Robert Clipsham <robert@octarineparrot.com>
parents:
diff changeset
2 #i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o
2cc604139636 Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Robert Clipsham <robert@octarineparrot.com>
parents:
diff changeset
3 g++ -c bridge/bridge.cpp -obridge.o
154
14feb7ae01a6 * changed the build system to build a release version if the debug one compiles
trass3r
parents: 14
diff changeset
4 dmd -debug -gc @commands.linux.txt && dmd -release -O -inline @commands.linux.txt #|& head