midori/katze/wscript_build

15 lines
437 B
Plaintext
Raw Normal View History

2009-05-15 04:14:10 +00:00
#! /usr/bin/env python
# WAF build script for midori
# This file is licensed under the terms of the expat license, see the file EXPAT.
import platform
obj = bld.new_task_gen ('cc', 'staticlib')
obj.name = 'katze'
obj.target = 'katze'
obj.includes = '. ../.'
obj.find_sources_in_dirs ('.')
obj.add_marshal_file ('marshal.list', 'katze_cclosure_marshal')
2009-12-24 23:50:19 +00:00
obj.uselib = 'M GMODULE LIBSOUP GTK HILDON LIBXML WEBKIT'
2009-05-15 04:14:10 +00:00
obj.install_path = None