diff options
Diffstat (limited to 'doc/src/sgml/install-windows.sgml')
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 93241d993a0..318c5082760 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -108,7 +108,7 @@ In the <productname>Microsoft Windows SDK</productname>, start the <application>CMD shell</application> listed under the SDK on the Start Menu. In recent SDK versions you can change the targeted CPU architecture, build - type, and target OS by using the <command>setenv</command> command, e.g. + type, and target OS by using the <command>setenv</command> command, e.g., <command>setenv /x86 /release /xp</command> to target Windows XP or later with a 32-bit release build. See <command>/?</command> for other options to <command>setenv</command>. All commands should be run from the @@ -241,7 +241,7 @@ $ENV{MSBFLAGS}="/m"; installations <filename>C:\Program Files\GnuWin32</filename>. Consider installing into <filename>C:\GnuWin32</filename> or use the NTFS short name path to GnuWin32 in your PATH environment setting - (e.g. <filename>C:\PROGRA~1\GnuWin32</filename>). + (e.g., <filename>C:\PROGRA~1\GnuWin32</filename>). </para> </note> |