mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
vs-cfg: drop unused VCPROJ_FILE_EXT
It was used in build-deps.cmd, but then was superseded by cmake calls (c6220b7)
This commit is contained in:
@@ -227,9 +227,6 @@ IF DEFINED VS_TOOLSET (
|
||||
set GEN_SHORTHAND=vs%VS_VER%-%VS_PLATFORM%
|
||||
)
|
||||
|
||||
:: VS project file extension is different on older VS versions
|
||||
set VCPROJ_FILE_EXT=vcxproj
|
||||
|
||||
:: Add utils to PATH
|
||||
set ORIGINAL_PATH=%PATH%
|
||||
set PATH=%~dp0utils;%PATH%
|
||||
|
||||
Reference in New Issue
Block a user