README -- winexe with waf build system ====================================== Instructions ------------ After cloning the winexe tree, e.g., git clone git://winexe.git.sourceforge.net/gitroot/winexe/winexe-waf also obtain the samba tree. git submodule update --init samba Then configure and build. cd source ./waf configure ./waf build Later, update the samba sources. cd samba git pull If you are a developer then edit stuff, commit and push. commit -a git push git+ssh://USERNAME@winexe.git.sourceforge.net/gitroot/winexe/winexe-waf Credits ------- Written by Andrzej Hajda Contributions by: * Thomas Hood, RAAF Technology License ------- Please see the COPYING file for the text of the GNU GPL version 3. TODO ---- * In waf configure, should search for w32 runtime files like windows.h * A waf option should control whether or not winexe is built against samba source tree headers or samba public API headers