5 lines
102 B
Batchfile
5 lines
102 B
Batchfile
@echo off
|
|
set VSCMD_START_DIR=.
|
|
call "@CMAKE_GNUtoMS_BAT@"
|
|
lib /machine:"@CMAKE_GNUtoMS_ARCH@" %*
|