Files
mercury/.nocopyright
Peter Wang 91b78d6738 Make it possible to install and use the csharp.ssdebug grade.
Branches: main

Make it possible to install and use the csharp.ssdebug grade.

Mmake.workspace:
        Never try to link with `mer_rt' in C# grades.

browser/Mmakefile:
mdbcomp/Mmakefile:
ssdb/Mmakefile:
        Use `mmc --make' to install these libraries in `csharp' grades.

        Don't add C libraries to MLLIBS in non-C or asm grades.

browser/Mercury.options:
ssdb/Mercury.options:
        "EXTRA_LIBRARIES-libname" doesn't actually work with `mmc --make',
        but "LIBRARIES-name" does.

library/exception.m:
ssdb/ssdb.m:
        Handle EXCP events in C# grades.

        Trap SIGINT when running ssdb in C# grades.

        Add `exit_process' implementation.

browser/declarative_execution.m:
browser/listing.m:
        Add stubs for C#.

README.CSharp:
        Document the C# backend.

README.DotNet:
        Add a pointer to README.CSharp.

README.Erlang:
README.Java:
        Remove a non-sensical paragraph.

.INSTALL.in:
configure.in:
        Add `--enable-csharp-grade' option.

        Make `configure --enable-ssdebug-grades' add `csharp.ssdebug'
        to the list of library grades.
2010-10-26 04:59:10 +00:00

38 lines
520 B
Plaintext

.INSTALL.in
.README.in
.cvsignore
config.sub
config.guess
NEWS
WORK_IN_PROGRESS
.mode-constraints-sync-tag
.reuse_trunk_sync_tag
.dotnet_foreign_trunk_sync_tag
BUGS
HISTORY
INSTALL_CVS
RELEASE_NOTES
README
README.AIX
README.BSDI
README.DotNet
README.Cygwin
README.Erlang
README.FreeBSD
README.HPUX
README.IRIX-5
README.Java
README.lcc
README.Linux
README.Linux-Alpha
README.Linux-m68k
README.Linux-PPC
README.MacOS
README.MinGW
README.MS-VisualC
README.MS-Windows
README.OSF1
README.Solaris
README.ssdebug
README.CSharp