Skip to content

Commit 144b3a3

Browse files
committed
minor changes to script files
Change-Id: I0ec16a31e8258d0f9a7bbe9baded31d3feabe101
1 parent 22e55b9 commit 144b3a3

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ this script everytime you pull new changes from GPA repository.
2323
## Windows Build Information
2424

2525
##### Prerequisites
26-
* Microsoft Visual Studio 2015 Community Edition or higher + Update 1
26+
* Microsoft Visual Studio 2015 Community Edition or higher + Update 3
2727
* Windows 10 SDK Version 10.0.10586.0 from https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk
2828
* You can override the version of the Windows 10 SDK used by modifying Common/Lib/Ext/Windows-Kits/Global-WindowsSDK.props
2929

Utils/UpdateCommon.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#! /usr/bin/python
22
#
3-
# Simple script to update a set of common directories that are needed as dependencies of the current project
3+
# Simple script to clone or update a set of common directories that are needed as dependencies of the GPUPerfAPI.
4+
# This script should be run after cloning the GPA repository.
45

56
import os
67
import string
@@ -14,7 +15,7 @@
1415
# to allow the script to be run from anywhere - not just the cwd - store the absolute path to the script file
1516
scriptRoot = os.path.dirname(os.path.realpath(__file__))
1617

17-
# for each GitHub dependency - test if it has already been fetched - if not, then fetch it,
18+
# for each GitHub dependency - test if it has already been fetched - if not, then fetch it,
1819
# otherwise update it to top of tree
1920

2021
for key in GitHubMapping:

Utils/UpdateCommonMap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Map of GitHub project names to clone target paths, relative to the GPUPerfAPI
44
# project root on the local disk.
5+
# This script is used by the UpdateCommon.py script
56

67
# GitHub GPUOpen-Tools projects map
78
GitHubMapping = {

0 commit comments

Comments
 (0)