Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/cmake/Templates/geant4-config-cmd.in is written in an unsupported language. File is not indexed.

0001 @echo off
0002 rem
0003 rem Self locate script when sourced
0004 setlocal
0005 for /F %%i in ("%~dp0.") do set BINDIR=%%~fi
0006 pushd %BINDIR%
0007 sh geant4-config %*
0008 popd