OSDN Git Service

build_llvm_package.bat: Minor updates
authorHans Wennborg <hans@hanshq.net>
Mon, 15 May 2017 16:50:48 +0000 (16:50 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 15 May 2017 16:50:48 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303080 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/build_llvm_package.bat

index eca7434..7987178 100755 (executable)
@@ -10,7 +10,8 @@ REM Prerequisites:
 REM\r
 REM   Visual Studio 2017, CMake, Ninja, SVN, GNUWin32, SWIG, Python 3,\r
 REM   NSIS with the strlen_8192 patch,\r
-REM   Visual Studio 2017 SDK (for the clang-format plugin).\r
+REM   Visual Studio 2017 SDK and Nuget (for the clang-format plugin),\r
+REM   Perl (for the OpenMP run-time).\r
 REM\r
 REM\r
 REM   For LLDB, SWIG version <= 3.0.8 needs to be used to work around\r
@@ -20,9 +21,8 @@ REM   https://github.com/swig/swig/issues/769
 REM You need to modify the paths below:\r
 set vsdevcmd=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat\r
 \r
-set python32_dir=C:\Users\hwennborg\AppData\Local\Programs\Python\Python35-32\r
-set python64_dir=C:\Users\hwennborg\AppData\Local\Programs\Python\Python35\r
-set PATH=%PATH%;c:\gnuwin32\bin\r
+set python32_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35-32\r
+set python64_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35\r
 \r
 set revision=%1\r
 set branch=trunk\r