Changeset 5412 for install/g2complete/bld.bat.template
- Timestamp:
- Nov 27, 2022 1:55:13 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2complete/bld.bat.template
r4771 r5412 1 REM This gets run during Build of gsas2complete to put all G2 files into .exe 1 REM| This gets run during Build of gsas2complete to put all G2 files into .exe 2 REM| 3 REM| pulls bootstrap.py & svn from GSASII repository and then uses the 4 REM| bootstrap to pull in the current GSAS-II distribution into the build 5 REM| directory 6 REM| 7 2 8 if not exist "%PREFIX%\GSASII" ( 3 9 mkdir "%PREFIX%\GSASII" 4 10 if errorlevel 1 exit 1 5 11 ) 6 copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 12 REM copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\GSASII\ 13 svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/bootstrap.py %PREFIX%\GSASII 14 if errorlevel 1 exit 1 15 REM mkdir %PREFIX%\GSASII\SVN 16 REM copy C:\Users\IEUser\SVN\*.* %PREFIX%\GSASII\SVN 17 svn export https://subversion.xray.aps.anl.gov/pyGSAS/install/svn/anaconda_win64 %PREFIX%\GSASII\SVN 7 18 if errorlevel 1 exit 1 8 19 REM Install files now
Note: See TracChangeset
for help on using the changeset viewer.