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

2011-08-08 Thread Heiko Hund
On Monday 08 August 2011 10:17:48 Bertrand Jacquin wrote: > > > Is there a windres equivalent for msvc ? > > There certainly a way to do the same thing using msvc or Python code > > that runs after the build. Does windres simply convert the resource file > > to another format? > > Yes and check th

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-08 Thread Samuli Seppänen
> Looking to install-win32/makeopenvpn, it run autotools and configure, > this may need some tweak : > > *inux) > + export WINDRES=i586-mingw32msvc-windres > > Is there a windres equivalent for msvc ? There certainly a way to do the same thing using msvc or Python code that runs after the build. D

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

2011-08-08 Thread Samuli Seppänen
Il 08/08/2011 10:36, Samuli Seppänen ha scritto: - if I read this right, it will only work for the autoconf / mingw based build, but not for the msvc++ / python based build, right? will it co-exist, or break the python build? >>> I have to say that I didn't test with msvc++/p

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

2011-08-08 Thread Samuli Seppänen
>>> - if I read this right, it will only work for the autoconf / mingw based >>>build, but not for the msvc++ / python based build, right? will it >>>co-exist, or break the python build? >> I have to say that I didn't test with msvc++/python as I only use to >> cross compile applications

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 break? > > >(I'm not sure whether windres wil

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

2011-08-07 Thread Gert Doering
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 break? > >(I'm not sure whether windres will always be there or not) > > In the present configure.ac, it's only needed when WIN32 =

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 "Details" exe > > > [PATCH 3/4] Win32: Fi

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

2011-08-07 Thread Gert Doering
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 "Details" exe > > [PATCH 3/4] Win32: Fill "Details" properties for openvpn.exe > > [PATCH 4/4] Win32: Fill "Details" properties

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 [PATCH 3/4] W

[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