summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-05 16:58:57 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-06 00:59:46 +0000
commit61e3bdc7ced87aae836716911525187cad4c4946 (patch)
treeda68751ccde546d51c6692274cded19debfbaa9f
parent3badc303962f29fa80929634de4d8c81acc3f04f (diff)
downloadwireshark-61e3bdc7ced87aae836716911525187cad4c4946.tar.gz
WSDG: Wrap a line.
Change-Id: I21e573c3800a245cbdae4fcb4d4cfaf36f3a0abd Reviewed-on: https://code.wireshark.org/review/6976 Reviewed-by: Gerald Combs <gerald@wireshark.org>
-rw-r--r--docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
index 1821400493..14333b43f0 100644
--- a/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_quick_setup.asciidoc
@@ -102,7 +102,8 @@ For VS2013 (and later) Microsoft has left out a required file from the
include files to build with nmake. To fix this copy Win32.Mak from the Win 7 SDK
into an appropriate path for use with VS2013, e.g.
----
-C:\> xcopy C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\Win32.Mak C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include
+C:\> xcopy C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Include\Win32.Mak ^
+ C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include
----
====