[GME-commit] GMESRC build.bat,NONE,1.1
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Feb 16 22:14:19 CST 2006
Update of /project/gme-repository/GMESRC
In directory escher:/tmp/cvs-serv18737
Added Files:
build.bat
Log Message:
Re-designed build environment, intial check-in
CVS User: Peter Volgyesi, ISIS (volgy)
--- NEW FILE: build.bat ---
@echo off
REM
REM Boot program for the release building scripts
REM
REM Author: Peter Volgyesi (peter.volgyesi at vanderbilt.edu)
REM
REM
REM Check python interpreter
REM
python -h >NUL
if errorlevel 1 goto pythonnotfounderror
REM
REM Build components
REM
pushd Install\Build
build.py %1 %2 %3 %4 %5 %6 %7 %8
popd
goto eof
:pythonnotfounderror
echo No python interpreter found!
echo You can download ActivePython from http://www.python.org/download/
goto eof
:eof
More information about the GME-commit
mailing list