[project @ 2000-08-18 10:50:37 by rrt]
authorrrt <unknown>
Fri, 18 Aug 2000 10:50:37 +0000 (10:50 +0000)
committerrrt <unknown>
Fri, 18 Aug 2000 10:50:37 +0000 (10:50 +0000)
Revoked comments about not using -static under Windows.

ghc/docs/users_guide/using.sgml
ghc/docs/users_guide/win32-dlls.sgml

index 08d629a..7663cd7 100644 (file)
@@ -2697,7 +2697,7 @@ Where to find user-supplied libraries&hellip;  Prepend the directory
 <ListItem>
 <Para>
 <IndexTerm><Primary>-static option</Primary></IndexTerm>
-Tell the linker to avoid shared libraries. <Emphasis>This option should not be used under Windows</Emphasis>.
+Tell the linker to avoid shared libraries.
 </Para>
 </ListItem>
 </VarListEntry>
index 75284d7..ce1cbff 100644 (file)
@@ -54,7 +54,9 @@ will give you a binary as before, but the <Filename>main.exe</Filename> generate
 <IndexTerm><Primary>-static option (Win32)</Primary></IndexTerm></Title>
 
 <Para>
-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>-static</Option> 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>-static</Option> option to link in
+the code statically.
 </Para>
 
 <Para>