Warning, /geant4/cmake/Templates/geant4-bat-skeleton.in is written in an unsupported language. File is not indexed.
0001 @echo off
0002
0003 rem -----------------------------------------------------------------------
0004 rem @GEANT4_TC_SHELL_FAMILY@ environment setup script for Geant4 @Geant4_VERSION@
0005 rem
0006 rem This script will configure your environment so that any Geant4 supplied
0007 rem tools, libraries and data are available in your PATH, library paths etc.
0008 rem Data libraries will only be setup if they were installed as part of the
0009 rem Geant4 installation.
0010 rem
0011 rem Source this script to perform the setup.
0012 rem
0013 rem This script is autogenerated by CMake DO NOT EDIT
0014 rem
0015
0016 rem -----------------------------------------------------------------------
0017 rem Locate directory of self
0018 rem
0019 @GEANT4_ENV_SELFLOCATE_COMMAND@
0020 @GEANT4_TC_IF_SELFLOCATED@
0021 rem -----------------------------------------------------------------------
0022 rem Setup Geant4 binary and library paths...
0023 rem
0024 @GEANT4_ENV_BINPATH_SETUP@
0025 @GEANT4_ENV_LIBPATH_SETUP@
0026
0027 rem -----------------------------------------------------------------------
0028 rem Setup Third-party binary and library paths...
0029 rem - CLHEP
0030 @GEANT4_TC_CLHEP_LIB_PATH_SETUP@
0031
0032 rem - XercesC
0033 @GEANT4_TC_XERCESC_LIB_PATH_SETUP@
0034
0035 rem -----------------------------------------------------------------------
0036 rem Resource file paths
0037 rem - Datasets
0038 @GEANT4_ENV_DATASETS@
0039
0040 rem - Fonts for Freetype
0041 @GEANT4_ENV_TOOLS_FONT_PATH@
0042
0043 rem ----------------------------------------------------------------------
0044 @GEANT4_TC_ENDIF_SELFLOCATED@