4 lines
127 B
Batchfile
4 lines
127 B
Batchfile
@echo off
|
|
:: Call the central script with the specific generator for VS2015
|
|
call generate_solution.cmd "Visual Studio 14 2015"
|