diff .hgignore @ 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 c2d8fca91e09
children 6aaa3d3c1183
line wrap: on
line diff
--- a/.hgignore	Thu Sep 04 20:58:25 2008 +0200
+++ b/.hgignore	Fri Sep 05 23:02:18 2008 +0200
@@ -5,6 +5,7 @@
 *.o
 *.s
 *.a
+*.so
 *.orig
 obj/*
 tango
@@ -19,6 +20,7 @@
 dmd/impcnvtab.c
 tests/runminitest
 tests/findregressions
+tests/makewebstatistics
 tests/mini/obj/*
 
 # Mac OS X