diff options
Diffstat (limited to 'openvpn/service-win32/mkpatch')
-rwxr-xr-x | openvpn/service-win32/mkpatch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openvpn/service-win32/mkpatch b/openvpn/service-win32/mkpatch new file mode 100755 index 0000000..5e65b94 --- /dev/null +++ b/openvpn/service-win32/mkpatch @@ -0,0 +1,4 @@ +# build service.[ch] patch against original +# SDK sample +diff -ub service.c.orig service.c >service.patch +diff -ub service.h.orig service.h >>service.patch |