From fbd7069fcbcec0fdf8aca5860c9b7c1185814e65 Mon Sep 17 00:00:00 2001 From: Tyler Holcombe Date: Tue, 15 Aug 2023 14:03:35 -0700 Subject: [PATCH] Fix formatting errors in Windows builds steps (#1255) b/281735840 Change-Id: I832793f2d3d1970526cf7b360d03366bbada024f --- cobalt/site/docs/development/setup-windows.md | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/cobalt/site/docs/development/setup-windows.md b/cobalt/site/docs/development/setup-windows.md index 65b9496b02c7b..47a98cc509691 100644 --- a/cobalt/site/docs/development/setup-windows.md +++ b/cobalt/site/docs/development/setup-windows.md @@ -27,10 +27,10 @@ into another machine and run the binary on that machine. 1. Install GN, which we use for our build system code. There are a few ways to @@ -63,12 +63,12 @@ into another machine and run the binary on that machine. ``` @@ -141,7 +141,8 @@ into another machine and run the binary on that machine. configuration](/starboard/porting.html#1-enumerate-and-name-your-platform-configurations) that identifies the platform. As described in the Starboard porting guide, it contains a `family name` (like `linux`) and a - `binary variant` (like `x64x11`), separated by a hyphen. + `binary variant` (like `x64x11`), separated by a hyphen. For Windows + builds use win-win32. 1. `` is the build you are compiling. Possible values are `debug`, `devel`, `qa`, and `gold`. 1. `` is the name assigned to the compiled code and it is @@ -222,10 +223,10 @@ and intended to be overwritten by developers creating their own app with Cobalt, but they should work for local testing. ### Build Cobalt