view runtime/build.sh @ 487:d7b2e8777e2b

Make struct literals work with typedefs. Fixes run/s/struct_initialization_13_A and run/t/typedef_20_A
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 10:40:26 +0200
parents 2b28fd92bab8
children bebc6099fb89
line wrap: on
line source

#!/bin/bash

# I'm no good bash scripter ...

# copy imports
cp -u internal/llvmdc/bitmanip.d ../import/llvmdc/bitmanip.di
cp -u internal/llvmdc/vararg.d ../import/llvmdc/vararg.di

# make the runtime
cp -Ru lib ../tango
cd ../tango/lib
make -f llvmdc-posix.mak clean
make -f llvmdc-posix.mak

# install the runtime
rm -f ../../lib/libtango-base-llvmdc-native.a
cp `pwd`/libtango-base-llvmdc-native.a ../../lib