source:
install/g2complete/bld.bat
@
3924
Last change on this file since 3924 was 3910, checked in by toby, 4 years ago | |
---|---|
|
|
File size: 255 bytes |
Rev | Line | |
---|---|---|
[3910] | 1 | if not exist "%PREFIX%\GSASII" ( |
2 | mkdir "%PREFIX%\GSASII" | |
3 | if errorlevel 1 exit 1 | |
4 | ) | |
5 | copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ | |
6 | if errorlevel 1 exit 1 | |
7 | python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall | |
8 | if errorlevel 1 exit 1 |
Note: See TracBrowser
for help on using the repository browser.