Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-22 | build: we don't need the special case for s3build any more | Andrew Tridgell | 1 | -6/+0 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-18 | s3-waf: fix popt support. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2011-02-18 | waf: added SAMBA3_*() build rules to samba3.py | Andrew Tridgell | 1 | -2/+72 | |
these provide samba build rule wrappers for Samba3 specific subsystems Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-12-01 | s3-waf: avoid module name uppercasing. | Günther Deschner | 1 | -2/+2 | |
This finally allows mixed case module names like the classic build (./configure --shared_modules=charset_CP850) Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 18:39:14 CET 2010 on sn-devel-104 | |||||
2010-09-27 | s3-waf: add some module specific functions for s3 waf build. | Günther Deschner | 1 | -0/+20 | |
Thanks to Kai. Guenther | |||||
2010-05-20 | s3-waf: note that the options are broken | Kai Blin | 1 | -0/+2 | |
2010-05-20 | s3-waf: replace all - with _ in the configuration option names | Kai Blin | 1 | -1/+1 | |
2010-05-20 | s3-waf: Allow using --enable/--disable options as well | Kai Blin | 1 | -3/+4 | |
2010-05-20 | s3-waf: Add helper that facilitates defining --with-x and --without-x options | Kai Blin | 1 | -0/+20 | |