Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
25a78b69
Commit
25a78b69
authored
Nov 25, 2005
by
simonmar
Browse files
[project @ 2005-11-25 09:25:08 by simonmar]
object files don't use the .obj suffix on Windows.
parent
8d4f0775
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/separate_compilation.xml
View file @
25a78b69
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment