Ignore:
Timestamp:
Jan 17, 2008, 3:52:20 PM (16 years ago)
Author:
garnier
Message:

maj par rapport a cvs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/config/scripts/env.csh.SH

    r606 r689  
    6161unsetenv  G4UI_USE_XAW
    6262unsetenv  G4UI_USE_XM
     63unsetenv  G4UI_USE_QT
    6364
    6465unsetenv  G4VIS_BUILD_DAWN_DRIVER
     
    7071unsetenv  G4VIS_BUILD_RAYTRACERX_DRIVER
    7172unsetenv  G4VIS_BUILD_VRML_DRIVER
     73unsetenv  G4VIS_BUILD_OPENGLQT_DRIVER
    7274
    7375unsetenv  G4VIS_USE_DAWN
     
    7981unsetenv  G4VIS_USE_RAYTRACERX
    8082unsetenv  G4VIS_USE_VRML
     83unsetenv  G4VIS_USE_OPENGLQT
    8184
    8285######################################
     
    243246endif
    244247
     248#+
     249if ( X$g4ui_build_qt_session == Xy ) then
     250setenv G4UI_BUILD_QT_SESSION 1
     251echo "On this machine the G4UI_BUILD_QT_SESSION=\$G4UI_BUILD_QT_SESSION"
     252endif
     253
     254#+
     255if ( X$g4ui_use_qt == Xy ) then
     256setenv G4UI_USE_QT 1
     257echo "On this machine the G4UI_USE_QT=\$G4UI_USE_QT"
     258endif
     259
     260
     261
    245262#
    246263# g4vis
     
    295312
    296313#+
     314if ( X$g4vis_build_openglqt_driver == Xy ) then
     315setenv G4VIS_BUILD_OPENGLQT_DRIVER 1
     316echo "On this machine the G4VIS_BUILD_OPENGLQT_DRIVER=\$G4VIS_BUILD_OPENGLQT_DRIVER"
     317endif
     318
     319
     320#+
    297321if ( X$g4vis_use_dawn == Xy ) then
    298322setenv G4VIS_USE_DAWN 1
     
    343367
    344368#+
     369if ( X$g4vis_use_openglqt == Xy ) then
     370setenv G4VIS_USE_OPENGLQT 1
     371echo "On this machine the G4VIS_USE_OPENGLQT=\$G4VIS_USE_OPENGLQT"
     372endif
     373
     374#+
    345375if ( X$g4vis_oglhome != X )  then
    346376setenv OGLHOME "$g4vis_oglhome"
     
    353383echo "On this machine the OIVHOME=\$OIVHOME"
    354384endif
     385
     386#+
     387if ( X$g4_qthome != X ) then
     388setenv QTHOME "$g4_qthome"
     389echo "On this machine the QTHOME=\$QTHOME"
     390endif
     391
     392
    355393
    356394#+
Note: See TracChangeset for help on using the changeset viewer.