view runtime/build.sh @ 463:ea991021a56a

Use path separator to make minitests work on windows.
author Christian Kamm <kamm incasoftware de>
date Sun, 03 Aug 2008 14:03:15 +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