Ignore:
Timestamp:
Dec 10, 2009, 5:31:31 PM (15 years ago)
Author:
garnier
Message:

Suppression de Xaw. Sauf dans Configure et les fichier G4UIXaw.hh et cc

File:
1 edited

Legend:

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

    r1195 r1213  
    5757unsetenv  G4UI_NONE
    5858unsetenv  G4UI_BUILD_WIN32_SESSION
    59 unsetenv  G4UI_BUILD_XAW_SESSION
    6059unsetenv  G4UI_BUILD_XM_SESSION
    6160unsetenv  G4UI_USE_TCSH
    6261unsetenv  G4UI_USE_WIN32
    63 unsetenv  G4UI_USE_XAW
    6462unsetenv  G4UI_USE_XM
    6563unsetenv  G4UI_USE_QT
     
    228226
    229227#+
    230 if ( X$g4ui_build_xaw_session == Xy ) then
    231 setenv G4UI_BUILD_XAW_SESSION 1
    232 echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
    233 endif
    234 
    235 #+
    236 if ( X$g4ui_use_xaw == Xy ) then
    237 setenv G4UI_USE_XAW 1
    238 echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
    239 endif
    240 
    241 #+
    242228if ( X$g4ui_build_xm_session == Xy ) then
    243229setenv G4UI_BUILD_XM_SESSION 1
     
    431417echo "On this machine the XMLIBS=\$XMLIBS"
    432418endif
    433 
    434 #+
    435 if ( X$g4ui_build_xaw_session != X )  then
    436 setenv XAWFLAGS "$g4ui_xawflags"
    437 echo "On this machine the XAWFLAGS=\$XAWFLAGS"
    438 endif
    439 
    440 #+
    441 if ( X$g4ui_build_xaw_session != X )  then
    442 setenv XAWLIBS "$g4ui_xawlibs"
    443 echo "On this machine the XAWLIBS=\$XAWLIBS"
    444 endif
    445 
    446419
    447420#
Note: See TracChangeset for help on using the changeset viewer.