summaryrefslogtreecommitdiff
path: root/ghc/InstallShield
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-0727-3201/+0
| | | | | | | | | | | | | | | 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.
* [project @ 2003-08-27 15:18:29 by panne]panne2003-08-272-5/+5
| | | | | | | | | green-card => greencard Green Card => GreenCard Although Alastair prefers "Greencard", the library's name is "Foreign.GreenCard", and unless we change this, too, "GreenCard" is more consistent.
* [project @ 2003-08-18 14:54:40 by panne]panne2003-08-181-1/+1
| | | | Ooops, forgot about a dozen references to configure.in... :-}
* [project @ 2001-07-06 10:53:04 by rrt]rrt2001-07-061-1/+1
| | | | New version for GHC 5
* [project @ 2001-07-03 16:52:45 by rrt]rrt2001-07-031-1/+1
| | | | Allow child process to inherit parent's handles.
* [project @ 2001-06-22 13:32:45 by rrt]rrt2001-06-221-6/+15
| | | | | | Add some extra tests and correct some error messages. This file is no longer used for its original purpose, but is a useful example of how to start and manage processes under Windows.
* [project @ 2001-06-06 10:44:26 by rrt]rrt2001-06-061-5/+24
| | | | | Update with more instructions on getting the IS setup working and notes on why some of the less obvious binaries are included in the Windows dist.
* [project @ 2001-05-18 22:40:52 by qrczak]qrczak2001-05-181-15/+14
| | | | I'm too young to remember times when ghc didn't use gmp...
* [project @ 2001-05-10 09:51:28 by rrt]rrt2001-05-101-5/+31
| | | | Enhanced. Probably not to be used now, though.
* [project @ 2001-05-08 14:54:58 by rrt]rrt2001-05-083-8/+45
| | | | | | | | fixdll.pl renamed decyg.pl, for greater justice. runexe.c added: it's a little Windows program which takes a command line and runs it, without any connection to the parent process. This allows cygwin binaries to be run against our patched cygwin1.dll (under a pseudonym), without any connection being made if the parent process is also Cygwinised.
* [project @ 2001-05-04 14:23:52 by rrt]rrt2001-05-041-0/+8
| | | | | | Script to change "cygwin1.dll" to something else, so that we can have our own version of the cygwin DLL that doesn't clash with any installed DLLs, for great justice.
* [project @ 2000-11-09 12:19:02 by rrt]rrt2000-11-091-0/+0
| | | | ...that's about it.
* [project @ 2000-11-09 12:14:56 by rrt]rrt2000-11-092-0/+116
| | | | ...
* [project @ 2000-11-09 11:54:36 by rrt]rrt2000-11-091-0/+0
| | | | Removed spurious file.
* [project @ 2000-11-09 11:53:41 by rrt]rrt2000-11-091-0/+0
| | | | Spurious file.
* [project @ 2000-11-09 11:48:14 by rrt]rrt2000-11-098-0/+1165
| | | | ...
* [project @ 2000-11-09 11:44:44 by rrt]rrt2000-11-091-0/+12
| | | | ...
* [project @ 2000-11-09 11:42:29 by rrt]rrt2000-11-091-0/+94
| | | | IS install continues...
* [project @ 2000-11-09 11:40:35 by rrt]rrt2000-11-092-0/+117
| | | | More files added.
* [project @ 2000-11-09 11:39:48 by rrt]rrt2000-11-091-6/+3
| | | | Updated to reflect new, more positive, reality.
* [project @ 2000-11-09 11:37:24 by rrt]rrt2000-11-098-0/+1530
| | | | Add more bits of InstallShield setup
* [project @ 2000-11-09 11:28:23 by rrt]rrt2000-11-092-0/+58
| | | | | Second stab at getting the GHC InstallShield setup into CVS in a sensible manner; the previous sticking point was having spaces in filenames.
* [project @ 2000-06-14 11:42:23 by rrt]rrt2000-06-142-0/+14
InstallShield setup added as a zip (because of spaces in file and directory names). README explains the mess. This is mostly for backup purposes.