view build.sh @ 184:9f4e5ac4f0a3

One step closer to building on posix. There are two missing symbols so it actually doesn't build but previously it didn't build correctly anyway.
author Jacob Carlborg <doob@me.com>
date Tue, 02 Nov 2010 08:46:11 +0100
parents b080e62b16b4
children
line wrap: on
line source

#!/bin/sh
# This has exactly the same semantics as the old buildscript,
# but supports extra optional command line arguments.
# Too see the supported args, run: ./build.sh --help

rdmd buildHelper.d "$@"

# Old buildscript:
##i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o
#g++ -c bridge/bridge.cpp -obridge.o
#dmd -debug -gc @commands.linux.txt && dmd -release -O -inline @commands.linux.txt #|& head