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/install.sh.SH

    r1195 r1213  
    5656unset  G4UI_NONE
    5757unset  G4UI_BUILD_WIN32_SESSION
    58 unset  G4UI_BUILD_XAW_SESSION
    5958unset  G4UI_BUILD_XM_SESSION
    6059unset  G4UI_BUILD_QT_SESSION
    6160unset  G4UI_USE_TCSH
    6261unset  G4UI_USE_WIN32
    63 unset  G4UI_USE_XAW
    6462unset  G4UI_USE_XM
    6563unset  G4UI_USE_QT
     
    244242
    245243#+
    246 if [ X$g4ui_build_xaw_session = Xy ] ; then
    247 G4UI_BUILD_XAW_SESSION=1
    248 export G4UI_BUILD_XAW_SESSION
    249 echo "On this machine the G4UI_BUILD_XAW_SESSION=\$G4UI_BUILD_XAW_SESSION"
    250 fi
    251 
    252 #+
    253 if [ X$g4ui_use_xaw = Xy ] ; then
    254 G4UI_USE_XAW=1
    255 export G4UI_USE_XAW
    256 echo "On this machine the G4UI_USE_XAW=\$G4UI_USE_XAW"
    257 fi
    258 
    259 #+
    260244if [ X$g4ui_build_xm_session = Xy ] ; then
    261245G4UI_BUILD_XM_SESSION=1
     
    501485fi
    502486fi
    503 
    504 #+
    505 if [ X$g4ui_build_xaw_session != X ] ; then
    506 XAWFLAGS="$g4ui_xawflags"
    507 export XAWFLAGS
    508 if [ X\$g4non_display = X ] ; then
    509 echo "On this machine the XAWFLAGS=\$XAWFLAGS"
    510 fi
    511 fi
    512 
    513 #+
    514 if [ X$g4ui_build_xaw_session != X ] ; then
    515 XAWLIBS="$g4ui_xawlibs"
    516 export XAWLIBS
    517 if [ X\$g4non_display = X ] ; then
    518 echo "On this machine the XAWLIBS=\$XAWLIBS"
    519 fi
    520 fi
    521 
    522 
    523487
    524488# Qt Flags and Libs, messy, but needed for backward compatibility
Note: See TracChangeset for help on using the changeset viewer.