Open Bug 1701364 Opened 5 years ago Updated 2 years ago

Make the Visual Studio backend useful for cross-compiles

Categories

(Developer Infrastructure :: Developer Environment Integration, enhancement, P3)

enhancement

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.

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.

Severity: -- → S3
Priority: -- → P3
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: