search for: wscipt_build

Displaying 1 result from an estimated 1 matches for "wscipt_build".

Did you mean: wscript_build
2015 Oct 26
1
build my own server-side-copy client code using samba4 source code
.../smb2/ .c files in source4/libcli/smb2/ has all the functions that I need to do connection, open/close file, get info, ioctl. However, .c files in source4/libcli/smb2 itself, is relying on many other libs (talloc, tevent, cmdline, auth and so on). The solution that I have is to modify one of the wscipt_build so that it added my cifs_cp rules. And I did: waf configure --nonshared-binary=cifs_cp waf build --targets=cifs_cp So, this only build my cifs_cp and it dependency libs. The issue I have now is the my cifs_cp is too large (10 MB), and it is using to much functions or .c files that not necessary....