branch | pyrit |
changeset 61 | 7006036eb0db |
parent 60 | a23b5089b9c3 |
child 63 | 440e1ae80459 |
60:a23b5089b9c3 | 61:7006036eb0db |
---|---|
20 pymodule = pyenv.SharedLibrary( |
20 pymodule = pyenv.SharedLibrary( |
21 ['raytracermodule.cc']+shared_objs, |
21 ['raytracermodule.cc']+shared_objs, |
22 SHLIBPREFIX = '', |
22 SHLIBPREFIX = '', |
23 CCFLAGS = '$CCFLAGS -Wno-write-strings') |
23 CCFLAGS = '$CCFLAGS -Wno-write-strings') |
24 |
24 |
25 Return('objs pymodule') |
25 lib = env.StaticLibrary('pyrit', objs) |
26 |
|
27 Return('lib pymodule') |