Changeset 1121
- Timestamp:
- 08/10/06 12:38:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SConscript
r1109 r1121 19 19 # need to create library here to fool scons linker 20 20 casav = myenv.StaticLibrary(target = "casav", source = os.path.join(casalibd, 'version.o')) 21 libasap = myenv.StaticLibrary(target = "asap", source = cpps) 22 myenv.Prepend( LIBS = ['asap'] ) 23 21 24 # Finally create the library for the module 22 so = myenv.SharedLibrary( target = "_asap", source = cpps+pycpps ) 25 so = myenv.SharedLibrary( target = "_asap", source = pycpps ) 26 #test = myenv.Program("test", cpps) 23 27 Return("so") 28
Note:
See TracChangeset
for help on using the changeset viewer.