diff options
Diffstat (limited to 'dev-lang/mono/files/dotnet.conf')
-rw-r--r-- | dev-lang/mono/files/dotnet.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-lang/mono/files/dotnet.conf b/dev-lang/mono/files/dotnet.conf deleted file mode 100644 index 865174a626e4..000000000000 --- a/dev-lang/mono/files/dotnet.conf +++ /dev/null @@ -1,11 +0,0 @@ -# configuration file for dotnet - -# Define what to register with .NET IL binaries so you can avoid -# running them with "<runtime> program.exe" -# NOTE: In order to get this working you need to "chmod +x" your program - -# Valid options are: -# "mono" - use the mono JIT compiler 'mono' -# "ilrun" - use the DotGNU Portable .NET interpreter 'ilrun' - -CLR="" |