1
0

make-openssl.bat 798 B

12345678910111213141516
  1. set build=%1
  2. perl Configure no-asm no-hw no-dso VC-WINUNIVERSAL -FS -FIWindows.h
  3. for /D %%f in ("%WindowsSdkDir%References\%WindowsSDKLibVersion%Windows.Foundation.FoundationContract\*") do set LibPath=%LibPath%;%%f\
  4. for /D %%f in ("%WindowsSdkDir%References\%WindowsSDKLibVersion%Windows.Foundation.UniversalApiContract\*") do set LibPath=%LibPath%;%%f\
  5. for /D %%f in ("%WindowsSdkDir%References\Windows.Foundation.FoundationContract\*") do set LibPath=%LibPath%;%%f\
  6. for /D %%f in ("%WindowsSdkDir%References\Windows.Foundation.UniversalApiContract\*") do set LibPath=%LibPath%;%%f\
  7. call ms\do_winuniversal.bat
  8. mkdir inc32\openssl
  9. jom -j %NUMBER_OF_PROCESSORS% -k -f ms\ntdll.mak
  10. REM due to a race condition in the build, we need to have a second single-threaded pass.
  11. nmake -f ms\ntdll.mak