Ignore:
Timestamp:
Jan 3, 2020 12:19:24 PM (3 years ago)
Author:
toby
Message:

more work on gsas2full build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2complete/bld.bat

    r4227 r4230  
     1REM This gets run during Build of gsas2complete to put all G2 files into .exe
    12if not exist "%PREFIX%\GSASII" (
    23    mkdir "%PREFIX%\GSASII"
     
    56copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\
    67if errorlevel 1 exit 1
     8REM Install files now
    79python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall
    810if errorlevel 1 exit 1
Note: See TracChangeset for help on using the changeset viewer.