diff options
author | simonmar <unknown> | 2005-11-25 09:25:08 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-11-25 09:25:08 +0000 |
commit | 25a78b691c8070833f3f9ff88a81c442267d5667 (patch) | |
tree | 6a7080463f464a3e5abc052c68b75a0596c60085 /ghc/docs | |
parent | 8d4f077598ddc0ba87323d9b15d49384fcc11057 (diff) | |
download | haskell-25a78b691c8070833f3f9ff88a81c442267d5667.tar.gz |
[project @ 2005-11-25 09:25:08 by simonmar]
object files don't use the .obj suffix on Windows.
Diffstat (limited to 'ghc/docs')
-rw-r--r-- | ghc/docs/users_guide/separate_compilation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/docs/users_guide/separate_compilation.xml b/ghc/docs/users_guide/separate_compilation.xml index fc44fe66b6..21490b1f07 100644 --- a/ghc/docs/users_guide/separate_compilation.xml +++ b/ghc/docs/users_guide/separate_compilation.xml @@ -55,8 +55,8 @@ an <firstterm>interface file</firstterm>. </para> <para>The object file, which normally ends in a - <literal>.o</literal> suffix (or <literal>.obj</literal> if - you're on Windows), contains the compiled code for the module.</para> + <literal>.o</literal> suffix, contains the compiled code for the + module.</para> <para>The interface file, which normally ends in a <literal>.hi</literal> suffix, contains |