8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Fix build with VS build tools instead of Visual Studio.

This commit is contained in:
Adriano dos Santos Fernandes 2022-06-20 22:20:56 -03:00 committed by Adriano dos Santos Fernandes
parent 6325174cfc
commit 8f8fdfa6e5

View File

@ -65,8 +65,7 @@
:: Run vsvarsall just once during the build...
@if DEFINED FB_VSCOMNTOOLS (
@devenv /? >nul 2>nul
@if errorlevel 9009 (
@if not defined VCToolsVersion (
call "%FB_VSCOMNTOOLS%\..\..\VC\Auxiliary\Build\vcvarsall.bat" %PROCESSOR_ARCHITECTURE%
) else (
@echo The file: