Changeset 3213 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- Apr 11, 2007, 6:12:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r3203 r3213 27 27 // Module version number - 2.0 , Jul 2006 28 28 // Module version number - 2.02 , Fev07 Ajout NDataBlock::RenewObjId() 29 // Module version number - 2.1 , Avr07 30 // - Nettoyage machdefs_mkmf.h 31 // - Ajout classe ThSafeOp ---> NDataBlock<T> Sw/SegDataBlock<T> ThreadSafe 32 // 29 33 #define MOD_VERS 2.02 30 34 … … 58 62 ModListP = new map<string, double>; 59 63 60 61 #ifdef xx__mac__62 //InitToolBox();63 //SIOUXSettings.initializeTB = FALSE;64 SIOUXSettings.autocloseonquit = FALSE;65 SIOUXSettings.asktosaveonclose = FALSE;66 SIOUXSettings.showstatusline = TRUE;67 #endif68 64 69 65 // Initialisation des mecanismes PPF I/O … … 206 202 #ifdef __IBMCPP__ 207 203 #ifdef SO_ARCH64 208 compiler = const_cast<char *>("IBM-xlC ") ;204 compiler = const_cast<char *>("IBM-xlC (-q64)") ; 209 205 #else 210 compiler = const_cast<char *>("IBM-xlC (-q64)") ;206 compiler = const_cast<char *>("IBM-xlC") ; 211 207 #endif 212 208 #endif
Note:
See TracChangeset
for help on using the changeset viewer.