<div dir="ltr"><div>I use a PowerShell script to setup the VC environment on Windows and start the build; for instance:<br></div><div><br></div><div><div># Build for Win32/x86</div><div># This requires the Wintellect PowerShell modules.</div><div>Import-VisualStudioEnvironment -VSVersion 2017 -Architecture x86</div><div>b</div><div><br></div><div class="gmail_quote"><div dir="ltr">On Thu, Dec 7, 2017 at 9:32 AM Klaim - Joël Lamotte <<a href="mailto:mjklaim@gmail.com">mjklaim@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I'm probably missing something very obvious, but I totally fail to find a complete list of possible config options?</div><div>I searched in b and bpkg commands see if there is a way to obtain such list</div><div>but didn't find it yet, and I searched in their help and online pages (which are the help basically)</div><div>but so far no luck.</div><div><br></div><div>Is there such a reference documentation somewhere?</div><div>My understanding is that these these options can be easily extended</div><div>so I suppose that some way to see the currently available list is necessary?</div><div><br></div><div>Meanwhile, side question related to this: I was looking for how to specify</div><div>which version of the cl compilers installed with Visual Studio to use in one configuration.</div><div>If the only way is to use different vsvarsall.bat when building it will be problematic when</div><div>working with different cls.</div><div><br></div><div>A. Joël Lamotte</div><div><br></div></div>
</blockquote></div></div></div>