-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Milestone
Description
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
Reactions are currently unavailable