diff options
Diffstat (limited to 'doc/user/depends.xml')
-rw-r--r-- | doc/user/depends.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/depends.xml b/doc/user/depends.xml index 39866e2..512ac68 100644 --- a/doc/user/depends.xml +++ b/doc/user/depends.xml @@ -990,7 +990,7 @@ <screen> C:\><userinput>scons -Q hello.exe</userinput> - cl /nologo /Iinclude /I\home\project\inc /c hello.c /Fohello.obj + cl /Fohello.obj /c hello.c /nologo /Iinclude /I\home\project\inc link /nologo /OUT:hello.exe hello.obj </screen> |