# HG changeset patch # User Jan Nieuwenhuizen # Date 1300486869 -3600 # Node ID 986413a7522690864f8e97d24021701c4a3bd274 # Parent ba506e08a7ce2c0391359b7dd94a065183a31900 nsis/schikkers-list.nsi: re-enable auto-compile for guile. diff -r ba506e08a7ce -r 986413a75226 nsis/schikkers-list.nsi --- a/nsis/schikkers-list.nsi Fri Mar 18 23:19:06 2011 +0100 +++ b/nsis/schikkers-list.nsi Fri Mar 18 23:21:09 2011 +0100 @@ -337,14 +337,14 @@ ;;StrCmp $R0 "" 0 scm_auto_file WriteRegStr HKCR "Guile\shell" "" "open" # %1 is the GUILE command, so must be quoted bo the space - WriteRegExpandStr HKCR "Guile\shell\open\command" "" '"$INSTDIR\usr\bin\guile-windows.exe" --no-auto-compile "%1" %2 %3 %4 %5 %6 %7 %8 %9' + WriteRegExpandStr HKCR "Guile\shell\open\command" "" '"$INSTDIR\usr\bin\guile-windows.exe" "%1" %2 %3 %4 %5 %6 %7 %8 %9' ;;scm_auto_file: ReadRegStr $R0 HKCR "scm_auto_file\shell\open\command" "" ;;StrCmp $R0 "" 0 scm_end WriteRegStr HKCR "scm_auto_file\shell" "" "open" # %1 is the GUILE command, so must be quoted bo the space - WriteRegExpandStr HKCR "scm_auto_file\shell\open\command" "" '"$INSTDIR\usr\bin\guile-windows.exe" --no-auto-compile "%1" %2 %3 %4 %5 %6 %7 %8 %9' + WriteRegExpandStr HKCR "scm_auto_file\shell\open\command" "" '"$INSTDIR\usr\bin\guile-windows.exe" "%1" %2 %3 %4 %5 %6 %7 %8 %9' ;;scm_end: FunctionEnd