From 151673d4f7f30eb37ad1c4b4493da41263558a08 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 18 Aug 2000 10:50:37 +0000 Subject: [PATCH] [project @ 2000-08-18 10:50:37 by rrt] Revoked comments about not using -static under Windows. --- ghc/docs/users_guide/using.sgml | 2 +- ghc/docs/users_guide/win32-dlls.sgml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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. -- 1.7.10.4