File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- cd /d %~dp0
2-
3- mkdir OSVR-Unity-Dist
4- mkdir OSVR-Unity-Dist\src
5- mkdir OSVR-Unity-Dist\src\OSVR-Unity
6- mkdir OSVR-Unity-Dist\src\Managed-OSVR
7- xcopy Managed-OSVR OSVR-Unity-Dist\src\Managed-OSVR /Y /S
8- xcopy OSVR-Unity OSVR-Unity-Dist\src\OSVR-Unity /Y /S
9-
10- rem the -F 0x4 is to turn off smartypants.
11- third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o README.html OSVR-Unity/README.md
12- move README.html OSVR-Unity-Dist\
13- third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md
14- move CONTRIBUTING.html OSVR-Unity-Dist\
15-
16-
17- rem Copy the license and the notice
18- xcopy LICENSE OSVR-Unity-Dist /Y
1+ cd /d %~dp0
2+
3+ mkdir OSVR-Unity-Dist
4+
5+ rem the -F 0x4 is to turn off smartypants.
6+ third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o README.html OSVR-Unity/README.md
7+ move README.html OSVR-Unity-Dist\
8+ third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md
9+ move CONTRIBUTING.html OSVR-Unity-Dist\
10+
11+
12+ rem Copy the license and the notice
13+ xcopy LICENSE OSVR-Unity-Dist /Y
1914xcopy NOTICE OSVR-Unity-Dist /Y
You can’t perform that action at this time.
0 commit comments