view .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 source

syntax: glob
tests/dstress
tests/reference
*.bc
*.o
*.s
*.a
*.so
*.orig
obj/*
tango
import
Makefile
bin/llvmdc
idgen
idgen.make
impcnvgen
impcnvgen.make
llvmdc.make
dmd/impcnvtab.c
tests/runminitest
tests/findregressions
tests/makewebstatistics
tests/mini/obj/*

# Mac OS X
.DS_Store