summaryrefslogtreecommitdiff
path: root/rts/RtsDllMain.c
Commit message (Collapse)AuthorAgeFilesLines
* Change some TARGET tests to HOST tests in the RTSIan Lynagh2010-07-131-2/+2
| | | | Which was being used seemed to be random
* Enable shared libraries on Windows; fixes trac #3879Ian Lynagh2010-03-201-2/+3
|
* Windows DLLs: disable extra shutdownHaskell() when unloading the RTS DLLBen.Lippmeier@anu.edu.au2009-11-171-1/+5
|
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-3/+2
|
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+39
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.