source: install/g2complete/bld.bat.template @ 5105

Last change on this file since 5105 was 4771, checked in by toby, 2 years ago

fixes for windows g2complete

File size: 394 bytes
Line 
1REM This gets run during Build of gsas2complete to put all G2 files into .exe
2if not exist "%PREFIX%\GSASII" (
3    mkdir "%PREFIX%\GSASII"
4    if errorlevel 1 exit 1
5 )
6copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
7if errorlevel 1 exit 1
8REM Install files now
9python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall --binary=**npversion**,**pyversion**
10if errorlevel 1 exit 1
Note: See TracBrowser for help on using the repository browser.