Changeset 1291 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc
- Timestamp:
- Nov 3, 2000, 7:12:08 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.cc
r1289 r1291 498 498 string fso = ""; 499 499 cxx.AddLinkOptions(mLinkOpt); 500 string sophlib = "-lPI"; 500 #ifdef SANS_EVOLPLANCK 501 string sophlib = "-lPIE"; 502 #else 503 string sophlib = "-lPI"; 504 #endif 501 505 cxx.AddLinkOptions(sophlib); 502 506 cxx.AddLinkOptions(mMyLibs);
Note:
See TracChangeset
for help on using the changeset viewer.