src/SConscript
branchpyrit
changeset 61 7006036eb0db
parent 60 a23b5089b9c3
child 63 440e1ae80459
--- a/src/SConscript	Tue Apr 08 01:05:12 2008 +0200
+++ b/src/SConscript	Wed Apr 09 00:29:11 2008 +0200
@@ -22,4 +22,6 @@
 	SHLIBPREFIX = '',
 	CCFLAGS = '$CCFLAGS -Wno-write-strings')
 
-Return('objs pymodule')
+lib = env.StaticLibrary('pyrit', objs)
+
+Return('lib pymodule')