[CMake] Cross Compilang and NSIS
Andreas Schneider
mail at cynapses.org
Sun Mar 8 14:17:32 EDT 2009
On Sunday 08 March 2009 18:01:41 Hendrik Sattler wrote:
> nsis can run natively on linux, there is no need for any wrappers. E.g. on
I know that that there is a native version cause I'm using it. I'm not stupid
:)
> Debian:
> $ makensis -VERSION
> v2.37-3
Latest release:
nsis-2.44-src/SConstruct
90 from time import strftime, gmtime
91 cvs_version = strftime('%d-%b-%Y.cvs', gmtime())
...
135 opts.Add(('VERSION', 'Version of NSIS', cvs_version))
so the version is set to a date.
> It works just fine. I am sure that SuSE has a similar package available.
My problem is that cmake thinks that it is a windows version...
So you successfully *cross compile* with mingw for windows under linux and
successfully create NSIS installers with cpack?
-- andreas
--
cybernetic synapses - http://www.cynapses.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090308/eb5ef454/attachment.pgp>
More information about the CMake
mailing list