Re: [CMake] [PATCHES] Linux NSIS support

2007-06-18 Thread Alexander Neundorf
On Saturday 16 June 2007 17:15, Michal Čihař wrote: > Hi > > On Thu, 14 Jun 2007 10:29:40 -0400 > > Alexander Neundorf <[EMAIL PROTECTED]> wrote: > > Can you please check that CMake cvs HEAD with the attached patch works > > under Linux with the NSIS generator ? > > Yes, it works fine. Thanks, com

Re: [CMake] [PATCHES] Linux NSIS support

2007-06-16 Thread Michal Čihař
Hi On Thu, 14 Jun 2007 10:29:40 -0400 Alexander Neundorf <[EMAIL PROTECTED]> wrote: > Can you please check that CMake cvs HEAD with the attached patch works under > Linux with the NSIS generator ? Yes, it works fine. -- Michal Čihař | http://cihar.com | http://blog.cihar.com signature.a

Re: [CMake] [PATCHES] Linux NSIS support

2007-06-14 Thread Pierre Habouzit
On Thu, Jun 14, 2007 at 10:29:40AM -0400, Alexander Neundorf wrote: > On Wednesday 13 June 2007 06:33, Pierre Habouzit wrote: > > NSIS also works for linux, it just has a small different command line > > interface. Here is a patch from Michal Čihař to make it work. > > The patch as it is didn't

Re: [CMake] [PATCHES] Linux NSIS support

2007-06-14 Thread Michal Čihař
Hi On Thu, 14 Jun 2007 10:29:40 -0400 Alexander Neundorf <[EMAIL PROTECTED]> wrote: > The patch as it is didn't work, #include "cmCPackNSISGenerator.h" also had to > be enabled, otherwise it didn't compile. I didn't check it with HEAD, only with 2.4-patch 5. > Can you please check that CMake c

Re: [CMake] [PATCHES] Linux NSIS support

2007-06-14 Thread Alexander Neundorf
On Wednesday 13 June 2007 06:33, Pierre Habouzit wrote: > NSIS also works for linux, it just has a small different command line > interface. Here is a patch from Michal Čihař to make it work. The patch as it is didn't work, #include "cmCPackNSISGenerator.h" also had to be enabled, otherwise it

Re: [CMake] [PATCHES] Linux NSIS support

2007-06-13 Thread Pierre Habouzit
NSIS also works for linux, it just has a small different command line interface. Here is a patch from Michal Čihař to make it work. Index: cmake-2.4.6/Source/CPack/cmCPackGenerators.cxx === --- cmake-2.4.6.orig/Source/CPack/cmCPackG