Changeset 4230 for install/g2complete/bld.bat
- Timestamp:
- Jan 3, 2020 12:19:24 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/bld.bat
r4227 r4230 1 REM This gets run during Build of gsas2complete to put all G2 files into .exe 1 2 if not exist "%PREFIX%\GSASII" ( 2 3 mkdir "%PREFIX%\GSASII" … … 5 6 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 6 7 if errorlevel 1 exit 1 8 REM Install files now 7 9 python %PREFIX%\GSASII\bootstrap.py --noproxy --noinstall 8 10 if errorlevel 1 exit 1
Note: See TracChangeset
for help on using the changeset viewer.