source: install/g2complete/bld.bat @ 3924

Last change on this file since 3924 was 3910, checked in by toby, 4 years ago

new packaging including GSAS-II files

  • Property svn:executable set to *
File size: 255 bytes
RevLine 
[3910]1if not exist "%PREFIX%\GSASII" (
2    mkdir "%PREFIX%\GSASII"
3    if errorlevel 1 exit 1
4 )
5copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
6if errorlevel 1 exit 1
7python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
8if errorlevel 1 exit 1
Note: See TracBrowser for help on using the repository browser.