mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:29:11 +08:00
11 lines
162 B
Batchfile
11 lines
162 B
Batchfile
|
set build=%1
|
||
|
|
||
|
perl Configure no-asm no-hw no-dso VC-WINUNIVERSAL
|
||
|
|
||
|
call ms\do_winuniversal.bat
|
||
|
|
||
|
call ms\setVSvars.bat universal10.0%build%
|
||
|
|
||
|
nmake -f ms\ntdll.mak
|
||
|
|