File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ this script everytime you pull new changes from GPA repository.
23
23
## Windows Build Information
24
24
25
25
##### Prerequisites
26
- * Microsoft Visual Studio 2015 Community Edition or higher + Update 1
26
+ * Microsoft Visual Studio 2015 Community Edition or higher + Update 3
27
27
* Windows 10 SDK Version 10.0.10586.0 from https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk
28
28
* You can override the version of the Windows 10 SDK used by modifying Common/Lib/Ext/Windows-Kits/Global-WindowsSDK.props
29
29
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/python
2
2
#
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.
4
5
5
6
import os
6
7
import string
14
15
# to allow the script to be run from anywhere - not just the cwd - store the absolute path to the script file
15
16
scriptRoot = os .path .dirname (os .path .realpath (__file__ ))
16
17
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,
18
19
# otherwise update it to top of tree
19
20
20
21
for key in GitHubMapping :
Original file line number Diff line number Diff line change 2
2
#
3
3
# Map of GitHub project names to clone target paths, relative to the GPUPerfAPI
4
4
# project root on the local disk.
5
+ # This script is used by the UpdateCommon.py script
5
6
6
7
# GitHub GPUOpen-Tools projects map
7
8
GitHubMapping = {
You can’t perform that action at this time.
0 commit comments