Ignore:
Timestamp:
Nov 25, 2009, 5:02:54 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/scripts/install.sh.SH

    r886 r1195  
    5454unset  G4SYSTEM
    5555
     56unset  G4UI_NONE
    5657unset  G4UI_BUILD_WIN32_SESSION
    5758unset  G4UI_BUILD_XAW_SESSION
     
    6465unset  G4UI_USE_QT
    6566
     67unset  G4VIS_NONE
    6668unset  G4VIS_BUILD_DAWN_DRIVER
    6769unset  G4VIS_BUILD_OIWIN32_DRIVER
     
    233235#
    234236#+
     237if [ X$g4ui_none = Xy ] ; then
     238G4UI_NONE=1
     239export G4UI_NONE
     240echo "On this machine G4UI_NONE is set - no UIs will be built"
     241
     242else
     243echo "On this machine G4UI_NONE is not set - following UIs will be built:"
     244
     245#+
    235246if [ X$g4ui_build_xaw_session = Xy ] ; then
    236247G4UI_BUILD_XAW_SESSION=1
     
    289300fi
    290301
     302fi
     303# END OF G4UI_NONE block
    291304
    292305#
    293306# g4vis
    294307#
     308#+
     309if [ X$g4vis_none = Xy ] ; then
     310G4VIS_NONE=1
     311export G4VIS_NONE
     312echo "On this machine G4VIS_NONE is set - no drivers will be built"
     313
     314else
     315echo "On this machine G4VIS_NONE is not set - following drivers will be built:"
     316
    295317#+
    296318if [ X$g4vis_build_dawn_driver = Xy ] ; then
     
    422444
    423445
    424 
     446fi
     447# End of G4VIS_NONE block
    425448
    426449
Note: See TracChangeset for help on using the changeset viewer.