Re: [Openvpn-devel] d Re: Allow to fill Details tab for exe files

2011-08-11 Thread Bertrand Jacquin
D'ar yaou 11 a viz Eost 2011 e 17 eur 32, « Samuli Seppänen » he deus skrivet : > > > Hi there, > > > > Here is a serie of patch to allow get a details properties tab filled on > > exe files using windres tool. > > > > [PATCH 1/4] WIN32: Check for windres tool > > [PATCH 2/4] Win32: Add OpenVPN RC

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-08 Thread Bertrand Jacquin
D'ar lun 08 a viz Eost 2011 e 10 eur 10, « Samuli Seppänen » he deus skrivet : > > > Looking to install-win32/makeopenvpn, it run autotools and configure, > > this may need some tweak : > > > > *inux) > > + export WINDRES=i586-mingw32msvc-windres I've updated my branch with a fix for that > > Is

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
D'ar sul 07 a viz Eost 2011 e 20 eur 11, « Gert Doering » he deus skrivet : > Hi, > > On Sun, Aug 07, 2011 at 07:56:24PM +0200, Bertrand Jacquin wrote: > > > Two questions: > > > > > > - what happens if windres is not found? will the compilation brea

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
D'ar sul 07 a viz Eost 2011 e 19 eur 51, « Gert Doering » he deus skrivet : > Hi, > > On Sun, Aug 07, 2011 at 04:13:03PM +0200, Bertrand Jacquin wrote: > > > [PATCH 1/4] WIN32: Check for windres tool > > > [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "

Re: [Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
On Sun, 7 Aug 2011 12:59:13 +0200, Bertrand Jacquin wrote: Hi there, Here is a serie of patch to allow get a details properties tab filled on exe files using windres tool. [PATCH 1/4] WIN32: Check for windres tool [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe

[Openvpn-devel] [PATCH 1/3] Win32: Add OpenVPN RC file to add fill "Details" exe properties tabs

2011-08-07 Thread Bertrand Jacquin
First patch was incomplete Signed-off-by: Bertrand Jacquin --- openvpn-res.rc | 35 +++ 1 files changed, 35 insertions(+), 0 deletions(-) 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/openvpn-res.rc b/openvpn-res.rc new file mode 100644 index

[Openvpn-devel] [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe properties tabs

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- openvpn-res.rc |8 1 files changed, 8 insertions(+), 0 deletions(-) 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/openvpn-res.rc b/openvpn-res.rc new file mode 100644 index 000..f5176a2 --- /dev/null +++ b/openvpn-res.rc

[Openvpn-devel] Allow to fill Details tab for exe files

2011-08-07 Thread Bertrand Jacquin
Hi there, Here is a serie of patch to allow get a details properties tab filled on exe files using windres tool. [PATCH 1/4] WIN32: Check for windres tool [PATCH 2/4] Win32: Add OpenVPN RC file to add fill "Details" exe [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe [PATCH 4/4] Win3

[Openvpn-devel] [PATCH 4/4] Win32: Fill "Details" properties for openvpnserv.exe

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- service-win32/Makefile.am |8 1 files changed, 8 insertions(+), 0 deletions(-) 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/service-win32/Makefile.am b/service-win32/Makefile.am index 4e4f55e..bb7b993 100644 --- a/service-win32

[Openvpn-devel] [PATCH 1/4] WIN32: Check for windres tool

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- configure.ac |1 + 1 files changed, 1 insertions(+), 0 deletions(-) 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a3789d9..2edb05e 100644 --- a/configure.ac +++ b/configure.ac @@ -356,6 +356,7 @@ if test

[Openvpn-devel] [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe

2011-08-07 Thread Bertrand Jacquin
Signed-off-by: Bertrand Jacquin --- Makefile.am | 12 1 files changed, 12 insertions(+), 0 deletions(-) 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Makefile.am b/Makefile.am index 32b40bb..d5d620d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,6 +146,13