Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-04-01 Thread Alon Bar-Lev
Maybe it will be easier for you to treat the Microsoft generated files as binary blobs... these should remain as-is in all platforms, just like any other binary blob. The gitattributes patch I submitted does exactly that, without interfering with the global setting if it you find this configuration

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread Alon Bar-Lev
On Thu, Mar 29, 2012 at 7:26 PM, michael-dev wrote: > Hi, > > On Thu, 29 Mar 2012 18:10:24 +0200, Alon Bar-Lev wrote: >> For example... >> >> at your end: >> --- >> ./configure >> make >> make dist >> --- >> >> at other people end: >> --- >> tar -xf >> cp -a openvpn* openvpn*.org >> cd openvpn* >

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread michael-dev
Hi, On Thu, 29 Mar 2012 18:10:24 +0200, Alon Bar-Lev wrote: For example... at your end: --- ./configure make make dist --- at other people end: --- tar -xf cp -a openvpn* openvpn*.org cd openvpn* msvc-dev cd .. diff -urNp openvp* openvpn*.org --- will result in a complete change of all mi

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread Alon Bar-Lev
On Thu, Mar 29, 2012 at 4:05 PM, David Sommerseth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 29/03/12 15:12, Alon Bar-Lev wrote: >> On Thu, Mar 29, 2012 at 3:00 PM, David Sommerseth >> wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> On 29/03/12 14:51, Alon Ba

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/03/12 15:12, Alon Bar-Lev wrote: > On Thu, Mar 29, 2012 at 3:00 PM, David Sommerseth > wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 29/03/12 14:51, Alon Bar-Lev wrote: >>> This is not good. Another issue of this MIME magic

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread Alon Bar-Lev
On Thu, Mar 29, 2012 at 3:00 PM, David Sommerseth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 29/03/12 14:51, Alon Bar-Lev wrote: >> This is not good. Another issue of this MIME magic that should be >> avoided. VC files are CRLF, if we do not commit them this way, >> every time

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/03/12 14:51, Alon Bar-Lev wrote: > This is not good. Another issue of this MIME magic that should be > avoided. VC files are CRLF, if we do not commit them this way, > every time they change we see a complete rewrite. > > If you do not want to p

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread Alon Bar-Lev
This is not good. Another issue of this MIME magic that should be avoided. VC files are CRLF, if we do not commit them this way, every time they change we see a complete rewrite. If you do not want to pull, please do: find . -name '*.sln' -or -name '*.vcxproj.*' | xargs unix2dos And commit. On

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/03/12 08:58, Alon Bar-Lev wrote: > Signed-off-by: Alon Bar-Lev --- .gitignore > |2 + build/msvc/msvc-generate/Makefile.am |2 +- > build/msvc/msvc-generate/msvc-generate.vcproj | 74 --- > build/msvc/msvc-generate/msvc-gener

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread Alon Bar-Lev
2012/3/29 Samuli Seppänen : > When he's ready to move on, the upgrade license costs around $500[1] - > provided that he even wants/needs to build with Visual Studio at that point. You do not need to pay anything, the Visual Studio 2010 express is for free as much as I know. Alon.

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-29 Thread Samuli Seppänen
Hi, This looks ok, provided we don't need Visual Studio for official releases anymore (signing the installer, openvpn.exe and tap-driver). The version I had to use for 2.3-alpha1 and earlier was VS2008. I doubt James minds either, as he's still using his old Python build system. When he's ready to

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-28 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 28/03/12 17:07, Alon Bar-Lev wrote: > On Sat, Mar 24, 2012 at 9:58 AM, Alon Bar-Lev > wrote: >> >> Signed-off-by: Alon Bar-Lev --- .gitignore >> |2 + build/msvc/msvc-generate/Makefile.am |2 +- >> build/msvc/msvc-generate/msvc-g

Re: [Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-28 Thread Alon Bar-Lev
On Sat, Mar 24, 2012 at 9:58 AM, Alon Bar-Lev wrote: > > Signed-off-by: Alon Bar-Lev > --- >  .gitignore                                     |    2 + >  build/msvc/msvc-generate/Makefile.am           |    2 +- >  build/msvc/msvc-generate/msvc-generate.vcproj  |   74 --- >  build/msvc/msvc-generat

[Openvpn-devel] [PATCH 4/6] build: msvc: upgrade to Visual Studio 2010 + fixups

2012-03-24 Thread Alon Bar-Lev
Signed-off-by: Alon Bar-Lev --- .gitignore |2 + build/msvc/msvc-generate/Makefile.am |2 +- build/msvc/msvc-generate/msvc-generate.vcproj | 74 --- build/msvc/msvc-generate/msvc-generate.vcxproj | 69 +++ msvc-build.bat