source:
install/g2complete/bld.bat.template
@
4795
Last change on this file since 4795 was 4771, checked in by toby, 2 years ago | |
---|---|
File size: 394 bytes |
Rev | Line | |
---|---|---|
[4710] | 1 | REM This gets run during Build of gsas2complete to put all G2 files into .exe |
2 | if not exist "%PREFIX%\GSASII" ( | |
3 | mkdir "%PREFIX%\GSASII" | |
4 | if errorlevel 1 exit 1 | |
5 | ) | |
6 | copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ | |
7 | if errorlevel 1 exit 1 | |
8 | REM Install files now | |
[4771] | 9 | python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall --binary=**npversion**,**pyversion** |
[4710] | 10 | if errorlevel 1 exit 1 |
Note: See TracBrowser
for help on using the repository browser.