annotate build.sh @ 137:09c858522d55

merge
author Trass3r
date Mon, 13 Sep 2010 23:29:00 +0200
parents 2cc604139636
children 14feb7ae01a6
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
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
4 dmd @commands.linux.txt #|& head