You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-dotnet/pe-format/files/pe-format.conf

12 lines
377 B

# /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"