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:
parent
6325174cfc
commit
8f8fdfa6e5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user