Skip to content

Missing build_vs140.cmd #937

@jano42

Description

@jano42

The batch script file for Visual Studio 2015 is missing (build_vs140.cmd)

I take the build_vs120.cmd and replace 120 by 140.
All is working.

The build_vs140.cmd content should be:

@echo off
if defined VS120COMNTOOLS (
call "%VS140COMNTOOLS%\vsvars32.bat")
buildwin 140 build shared both Win32 samples

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions