mirror of
https://github.com/reactos/CMake.git
synced 2024-12-05 02:06:34 +00:00
f362052b81
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@" %*
|