File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ $(H2 $(LNAME2 installation, Installation))
61
61
$(MESSAGE_BOX gray, $(B Hint) - The official $(LINK2 $(ROOT_DIR)download.html, installer)
62
62
performs these steps automatically.
63
63
)
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
65
65
clicking on [Start][Command Prompt]).
66
66
All the tools are command line tools, which means
67
67
they are run from a console window.
@@ -283,6 +283,10 @@ $(H2 $(LNAME2 switches, Compiler Arguments and Switches))
283
283
$(TD D source files)
284
284
)
285
285
$(TR
286
+ $(TD $(B .c))
287
+ $(TD C source files)
288
+ )
289
+ $(TR
286
290
$(TD $(B .d))
287
291
$(TD D source files)
288
292
)
@@ -295,6 +299,10 @@ $(H2 $(LNAME2 switches, Compiler Arguments and Switches))
295
299
$(TD $(RELATIVE_LINK2 interface-files, D interface files))
296
300
)
297
301
$(TR
302
+ $(TD $(B .i))
303
+ $(TD preprocessed C source files)
304
+ )
305
+ $(TR
298
306
$(TD $(B .$(OBJEXT)))
299
307
$(TD Object files to link in)
300
308
)
You can’t perform that action at this time.
0 commit comments