|
Revision 184:9f4e5ac4f0a3, 414 bytes
(checked in by Jacob Carlborg <doob@me.com>, 2 years ago)
|
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.
|
|
| Line | |
|---|
| 1 |
#!/bin/sh |
|---|
| 2 |
# This has exactly the same semantics as the old buildscript, |
|---|
| 3 |
# but supports extra optional command line arguments. |
|---|
| 4 |
# Too see the supported args, run: ./build.sh --help |
|---|
| 5 |
|
|---|
| 6 |
rdmd buildHelper.d "$@" |
|---|
| 7 |
|
|---|
| 8 |
# Old buildscript: |
|---|
| 9 |
##i686-unknown-linux-gnu-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 |
|---|