diff build.sh @ 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.
author Robert Clipsham <robert@octarineparrot.com>
date Sun, 04 Apr 2010 02:06:32 +0100
parents
children 14feb7ae01a6
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build.sh	Sun Apr 04 02:06:32 2010 +0100
@@ -0,0 +1,4 @@
+#!/bin/sh
+#i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o
+g++ -c bridge/bridge.cpp -obridge.o
+dmd @commands.linux.txt #|& head