2017-05-10 20:29:11 +03:00
|
|
|
@echo off
|
2019-10-24 22:43:35 +03:00
|
|
|
cd %~dp0
|
2018-03-31 03:05:05 +03:00
|
|
|
call tools\gen-version.cmd
|
2017-05-11 23:48:49 +03:00
|
|
|
@setlocal ENABLEEXTENSIONS
|
2017-05-10 20:29:11 +03:00
|
|
|
|
2021-05-05 22:07:08 +03:00
|
|
|
call tools\RunMsBuild.bat Win32 Release "sqlite,zlib,sqlite-uwp,win32-dll,win32-lib,net40,win10-cs,win10-dll,Tests\gmock,Tests\gtest,Tests\UnitTests,Tests\FuncTests"
|
|
|
|
call tools\RunTests.bat Win32 Release
|