Changeset 1121


Ignore:
Timestamp:
08/10/06 12:38:53 (18 years ago)
Author:
mar637
Message:

added static lib build for asap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SConscript

    r1109 r1121  
    1919# need to create library here to fool  scons linker
    2020casav = myenv.StaticLibrary(target = "casav", source = os.path.join(casalibd, 'version.o'))
     21libasap =  myenv.StaticLibrary(target = "asap", source = cpps)
     22myenv.Prepend( LIBS =  ['asap'] )
     23
    2124# Finally create the library for the module
    22 so = myenv.SharedLibrary( target = "_asap", source = cpps+pycpps )
     25so = myenv.SharedLibrary( target = "_asap", source = pycpps )
     26#test = myenv.Program("test", cpps)
    2327Return("so")
     28
Note: See TracChangeset for help on using the changeset viewer.