From: rrt Date: Fri, 18 Aug 2000 10:50:37 +0000 (+0000) Subject: [project @ 2000-08-18 10:50:37 by rrt] X-Git-Tag: Approximately_9120_patches~3861 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=151673d4f7f30eb37ad1c4b4493da41263558a08;p=ghc-hetmet.git [project @ 2000-08-18 10:50:37 by rrt] Revoked comments about not using -static under Windows. --- diff --git a/ghc/docs/users_guide/using.sgml b/ghc/docs/users_guide/using.sgml index 08d629a..7663cd7 100644 --- a/ghc/docs/users_guide/using.sgml +++ b/ghc/docs/users_guide/using.sgml @@ -2697,7 +2697,7 @@ Where to find user-supplied libraries… Prepend the directory -static option -Tell the linker to avoid shared libraries. This option should not be used under Windows. +Tell the linker to avoid shared libraries. diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml index 75284d7..ce1cbff 100644 --- a/ghc/docs/users_guide/win32-dlls.sgml +++ b/ghc/docs/users_guide/win32-dlls.sgml @@ -54,7 +54,9 @@ will give you a binary as before, but the main.exe generate -static option (Win32) -This is no longer supported, and probably doesn't work; but if you want to build an executable that doesn't depend on any ghc-compiled DLLs, use the option to link in the code statically. +If you want to build an executable that doesn't depend on any +ghc-compiled DLLs, use the option to link in +the code statically.