source: install/g2complete/bld.bat @ 4239

Last change on this file since 4239 was 4230, checked in by toby, 3 years ago

more work on gsas2full build

  • Property svn:executable set to *
File size: 357 bytes
RevLine 
[4230]1REM This gets run during Build of gsas2complete to put all G2 files into .exe
[3910]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
[4230]8REM Install files now
[4227]9python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
[3910]10if errorlevel 1 exit 1
Note: See TracBrowser for help on using the repository browser.