Changeset 2123 in Sophya
- Timestamp:
- Jul 19, 2002, 5:33:35 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.cc
r1646 r2123 350 350 <<endl 351 351 352 #ifdef SANS_EVOLPLANCK 353 <<"//---- Peida include files"<<endl 354 <<"#include \"toutpeida.h\""<<endl 355 #else 352 356 <<"//---- Sophya include files"<<endl 353 357 <<"#include \"basetools.h\""<<endl … … 358 362 <<"#include \"histats.h\""<<endl 359 363 <<endl 364 #endif 360 365 361 366 <<"//---- Spiapp include files"<<endl … … 558 563 559 564 int rc; 565 #ifdef SANS_EVOLPLANCK 560 566 CxxCompilerLinker cxx; 567 string sophlib = " -lPIE -lm "; 568 cxx.AddLinkOptions(sophlib); 569 #else 570 CxxCompilerLinker cxx(true,true,true); 571 #endif 561 572 if(mDefTmp.size()>0) cxx.SetTmpDir(mDefTmp); 562 573 if(mPrtLevel>0) cxx.SetVerbose(true); … … 574 585 string fso = ""; 575 586 cxx.AddLinkOptions(mLinkOpt); 576 #ifdef SANS_EVOLPLANCK577 string sophlib = "-lPIE";578 #else579 string sophlib = "-lPI";580 #endif581 cxx.AddLinkOptions(sophlib);582 587 cxx.AddLinkOptions(mMyLibs); 583 588 rc = cxx.BuildSO(fo,fso);
Note:
See TracChangeset
for help on using the changeset viewer.