diff options
author | 2006-12-21 00:53:52 +0000 | |
---|---|---|
committer | 2006-12-21 00:53:52 +0000 | |
commit | 4b1c315f77a3be28fb9fc5d2dab0572da213c847 (patch) | |
tree | 0a32141086b41d87f4afc7d5589c0b17ce2cf900 /dev-dotnet/pe-format/files/pe-format.conf | |
parent | Added ~sparc-fbsd keyword (diff) | |
download | historical-4b1c315f77a3be28fb9fc5d2dab0572da213c847.tar.gz historical-4b1c315f77a3be28fb9fc5d2dab0572da213c847.tar.bz2 historical-4b1c315f77a3be28fb9fc5d2dab0572da213c847.zip |
initial import of pe-format init script
Package-Manager: portage-2.1.2_rc3-r7
Diffstat (limited to 'dev-dotnet/pe-format/files/pe-format.conf')
-rw-r--r-- | dev-dotnet/pe-format/files/pe-format.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-dotnet/pe-format/files/pe-format.conf b/dev-dotnet/pe-format/files/pe-format.conf new file mode 100644 index 000000000000..b432728b0869 --- /dev/null +++ b/dev-dotnet/pe-format/files/pe-format.conf @@ -0,0 +1,11 @@ +# /etc/conf.d/pe-format + +# Define what to register with PE binaries so you can avoid running them with +# "<.NET runtime> program.exe" +# NOTE: In order to get this working you need to 'chmod +x' your program + +# CLR determines the executor for the PE binaries. +# mono - Use the mono runtime engine 'mono' +# ilrun - Use the DotGNU Portable .NET runtime engine 'ilrun' + +CLR="mono" |