winexe: Fix translation of the winexesvc binaries to C
[bbaumbach/samba-autobuild/.git] / examples / winexe / README
1 winexe from https://sourceforge.net/projects/winexe/ is a project
2 based on Samba libraries from 2012. According to the winexe git
3 repository the last Samba commit winexe was updated to is 47bbf9886f0c
4 from November 6, 2012. As winexe uses unpublished Samba internal
5 libraries, it broke over time.
6
7 This is a port of the winexe functionality to more modern Samba
8 versions. It still uses internal APIs, but it being part of the tree
9 means that it is much easier to keep up to date.
10
11 The Windows service files were taken literally from the original
12 winexe from the sourceforge git. Andrzej Hajda chose GPLv3 only and
13 not GPLv3+. As GPL evolves very slowly, this should not be a practical
14 problem for quite some time.
15
16 To build it under Linux, you need mingw binaries on your build
17 system. Under Debian stretch, the package names are gcc-mingw-w64 and
18 friends.