diff runtime/build.sh @ 579:20c065c46b38

Basic support for runtime in shared library. Needs to be built with runtime/build-sharedlibs.sh and activated manually by providing -defaultlib=llvmdc-runtime-shared -defaultlib=tango-cc-tango-shared -defaultlib=tango-gc-basic-shared on llvmdc call at the moment. To support D shared libraries in non-D code, we need to remove the main() from libllvmdc-runtime-shared.
author Christian Kamm <kamm incasoftware de>
date Fri, 05 Sep 2008 23:02:18 +0200
parents 926a03711ca8
children 6aaa3d3c1183
line wrap: on
line diff
--- a/runtime/build.sh	Thu Sep 04 20:58:25 2008 +0200
+++ b/runtime/build.sh	Fri Sep 05 23:02:18 2008 +0200
@@ -12,7 +12,7 @@
 cp -R lib ../tango
 cd ../tango/lib
 make -f llvmdc-posix.mak clean
-make -f llvmdc-posix.mak
+make -f llvmdc-posix.mak lib
 cd ../..
 
 # install the runtime