comparison .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
comparison
equal deleted inserted replaced
578:8caa9adce5ae 579:20c065c46b38
3 tests/reference 3 tests/reference
4 *.bc 4 *.bc
5 *.o 5 *.o
6 *.s 6 *.s
7 *.a 7 *.a
8 *.so
8 *.orig 9 *.orig
9 obj/* 10 obj/*
10 tango 11 tango
11 import 12 import
12 Makefile 13 Makefile
17 impcnvgen.make 18 impcnvgen.make
18 llvmdc.make 19 llvmdc.make
19 dmd/impcnvtab.c 20 dmd/impcnvtab.c
20 tests/runminitest 21 tests/runminitest
21 tests/findregressions 22 tests/findregressions
23 tests/makewebstatistics
22 tests/mini/obj/* 24 tests/mini/obj/*
23 25
24 # Mac OS X 26 # Mac OS X
25 .DS_Store 27 .DS_Store