Skip to content

Commit 664547b

Browse files
authored
.c and .i files omitted from command line reference (#3465)
1 parent 976794d commit 664547b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

dcompiler.dd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ $(H2 $(LNAME2 installation, Installation))
6161
$(MESSAGE_BOX gray, $(B Hint) - The official $(LINK2 $(ROOT_DIR)download.html, installer)
6262
performs these steps automatically.
6363
)
64-
$(P Open a console window (for Windows XP this is done by
64+
$(P Open a console window (for Windows this is done by
6565
clicking on [Start][Command Prompt]).
6666
All the tools are command line tools, which means
6767
they are run from a console window.
@@ -283,6 +283,10 @@ $(H2 $(LNAME2 switches, Compiler Arguments and Switches))
283283
$(TD D source files)
284284
)
285285
$(TR
286+
$(TD $(B .c))
287+
$(TD C source files)
288+
)
289+
$(TR
286290
$(TD $(B .d))
287291
$(TD D source files)
288292
)
@@ -295,6 +299,10 @@ $(H2 $(LNAME2 switches, Compiler Arguments and Switches))
295299
$(TD $(RELATIVE_LINK2 interface-files, D interface files))
296300
)
297301
$(TR
302+
$(TD $(B .i))
303+
$(TD preprocessed C source files)
304+
)
305+
$(TR
298306
$(TD $(B .$(OBJEXT)))
299307
$(TD Object files to link in)
300308
)

0 commit comments

Comments
 (0)