Make the Visual Studio backend useful for cross-compiles
Categories
(Developer Infrastructure :: Developer Environment Integration, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
Right now you can invoke mach build-backend -b VisualStudio on Linux, but it will generate a useless Visual Studio solution since all the paths are Linux paths. I'd like to be able to generate the solution in Linux for use in a Windows virtual machine.
| Assignee | ||
Comment 1•5 years ago
|
||
This makes it possible to invoke the Visual Studio build backend to create the
Visual Studio solution on Linux in a directory that is shared with Windows. The
following environment variables must be set:
SHAREDDIRHOST: Absolute path of the shared directory on Linux
SHAREDDIRGUEST: Absolute path of the shared directory on the Windows side
The Visual Studio build backend will then use those variables to fix up the
paths that are written in the solution files so that the solution will work
when run in the Windows VM.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•