Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win, build: add arbitrary MSBuild flag option and binlog option #25994

Closed
wants to merge 1 commit into from

Commits on Feb 20, 2019

  1. win, build: add arbitrary MSBuild flag option and binlog option

    This change adds a 'msbuild_arg' option to vcbuild.bat that can be used
    to pass arbitrary flags to MSBuild.
    
    It also adds a 'binlog' flag as a shortcut 'msbuild_arg' option to
    enable binary logging to `%config%\node.binlog`. This is especially
    convenient when debugging changes to the build system.
    
    In the process of developing this change, the idea of adding 'setlocal'
    to the beginning of the script was rejected since other scripts in this
    repo rely on the exported environment variables. This change adds a
    note describing this.
    jkunkee committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    11b5a48 View commit details
    Browse the repository at this point in the history