mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-13468 Minor cleanup/comments in the make distrelease script.
X-SVN-Rev: 40936
This commit is contained in:
parent
9f62b0dada
commit
23f0f86281
1 changed files with 4 additions and 3 deletions
|
@ -6,19 +6,20 @@
|
|||
# Date: 2017-04-14
|
||||
#-------------------------
|
||||
#
|
||||
# This builds a zipfile containing the *64 bit* Windows binary
|
||||
# This builds a zipfile containing the *64 bit* Windows binaries.
|
||||
# (Note: The zipfile does not include the UWP binaries.)
|
||||
#
|
||||
# Usage: (after building ICU using MSVC)
|
||||
# (bring up Powershell ISE)
|
||||
# cd C:\icu\icu4c\
|
||||
# Set-ExecutionPolicy -Scope Process AllSigned
|
||||
# Set-ExecutionPolicy -Scope Process Unrestricted
|
||||
# .\packaging\distrelease.ps1
|
||||
#
|
||||
# Will emit: c:\icu4c\icu\source\dist\icu-windows.zip
|
||||
#
|
||||
#
|
||||
# You will get warnings from the execution policy and the script itself.
|
||||
# see https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-5.1&viewFallbackFrom=powershell-Microsoft.PowerShell.Core
|
||||
# see https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-5.1&viewFallbackFrom=powershell-Microsoft.PowerShell.Core
|
||||
# for more about execution policies.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue