mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
The VS environment script we load changes the working directory to `%USERPROFILE%/source` if it exists. Set `VSCMD_START_DIR` to tell the script to retain the current working directory.
5 lines
98 B
Batchfile
5 lines
98 B
Batchfile
@echo off
|
|
set VSCMD_START_DIR=.
|
|
call "@CMAKE_GNUtoMS_BAT@"
|
|
lib /machine:"@CMAKE_GNUtoMS_ARCH@" %*
|