source:
install/g2complete/bld.bat
@
3910
Last change on this file since 3910 was 3910, checked in by toby, 5 years ago | |
---|---|
|
|
File size: 255 bytes |
Line | |
---|---|
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.