Ignore:
Timestamp:
Jul 31, 2002, 3:58:15 PM (23 years ago)
Author:
ansari
Message:

MAJ Makefile pour compil MacOS-X , Reza 31/7/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tcxxcmpldynl.cc

    r1278 r2151  
    2626    int rc;
    2727
    28     CxxCompilerLinker cxx;
     28    CxxCompilerLinker cxx(true, false, false);
    2929    cxx.SetVerbose(true);
    3030    rc = cxx.Compile(flnm, oname);
     
    3535
    3636    string funcname = arg[2];
    37     PDynLinkMgr dyl(soname);
     37    PDynLinkMgr dyl(soname, false);
    3838    DlFunction f = dyl.GetFunction(funcname); 
    3939    if (f != NULL) {
Note: See TracChangeset for help on using the changeset viewer.