Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkongfl888 <kongfl888@outlook.com>2017-08-16 00:05:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-08-16 00:05:51 +0300
commit688084390c37848df5b1c1a0db5d02e3ad646d80 (patch)
tree2195dee9189d96b74d746345c97861f835297581
parent3742fbab816b1acac3c22bebda45cd4af81b2766 (diff)
Update Compilation.md (#189)
After 0c921bc.
-rw-r--r--docs/Compilation.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Compilation.md b/docs/Compilation.md
index c57b99f63..ebb1ffc42 100644
--- a/docs/Compilation.md
+++ b/docs/Compilation.md
@@ -51,6 +51,8 @@ Choose `Use Git from the Windows command prompt`. This isn't mandatory, so if yo
SET "MPCHC_GIT=C:\Program Files\Git"
REM Optional, if you plan to modify the translations, install Python 2.7 or set the variable to its path
SET "MPCHC_PYTHON=C:\Python27"
+ REM Optional, If you want to customize the winsdk you want to use, set the variable.
+ SET "MPCHC_WINSDK_VER=8.1"
```
### NOTES