view runtime/build.sh @ 488:993b217af574

Error if there is no this in a call requiring this. Fixes: nocompile/b/bug_type_308_G,H nocompile/bug_e2ir_814 nocompile/i/inline_18_A,B nocompile/inline_07 nocompile/static_09
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 10:50:53 +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