• drbasic's avatar
    Setting "SubSystem" option on "Link" page for Visual Studio project. · 2f8e5b9b
    drbasic authored
    When the debugger session in Visual Studio finished, the console window closed
    by default. For console applications, such as unit tests, it is possible not to
    close the console window immediately. This is controlled by the property
    "SubSystem" on "Link" page in project settings. This patch set property
    "SubSystem" in generated *.vcxproj file based on the "ldflags" field.
    
    R=brettw@chromium.org
    BUG=
    
    Review-Url: https://chromiumcodereview.appspot.com/2428013002
    Cr-Commit-Position: refs/heads/master@{#426977}
    2f8e5b9b
visual_studio_utils_unittest.cc 3.79 KB