comparison 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
comparison
equal deleted inserted replaced
183:190ba98276b3 184:9f4e5ac4f0a3
1 #!/bin/sh 1 #!/bin/sh
2 # This has exactly the same semantics as the old buildscript, 2 # This has exactly the same semantics as the old buildscript,
3 # but supports extra optional command line arguments. 3 # but supports extra optional command line arguments.
4 # Too see the supported args, run: ./build.sh --help 4 # Too see the supported args, run: ./build.sh --help
5 5
6 rdmd -unittest buildHelper.d "$@" 6 rdmd buildHelper.d "$@"
7 7
8 # Old buildscript: 8 # Old buildscript:
9 ##i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o 9 ##i686-unknown-linux-gnu-g++ -c bridge/bridge.cpp -obridge.o
10 #g++ -c bridge/bridge.cpp -obridge.o 10 #g++ -c bridge/bridge.cpp -obridge.o
11 #dmd -debug -gc @commands.linux.txt && dmd -release -O -inline @commands.linux.txt #|& head 11 #dmd -debug -gc @commands.linux.txt && dmd -release -O -inline @commands.linux.txt #|& head