]> git.tdb.fi Git - ext/subsurface.git/commit
Add first cut of the mingw cross build spec file + nsi file
authorDirk Hohndel <dirk@hohndel.org>
Sat, 29 Oct 2011 17:02:40 +0000 (10:02 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sat, 29 Oct 2011 17:02:40 +0000 (10:02 -0700)
commit667f07d281399414ff683536a848dda71e04d561
tree886580bf766a9285441e64ab7d5fd160cb84587a
parent7f0c866f486eab549e25853bedd2e96b1b211773
Add first cut of the mingw cross build spec file + nsi file

These need more work but I'd rather have them here under version control.
The spec file appears to successfully build the Windows binaries, given
the right tar file to start with. Those binaries are then packed into an
rpm file (extermely useless to Windows users).

Once the rpm is unpacked one can then use the NSIS compiler and the .nsi
file to create a Windows installer. This all is still extremely fragile,
but it worked at least once...

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
packaging/windows/mingw-subsurface.spec [new file with mode: 0644]
packaging/windows/subsurface.nsi [new file with mode: 0644]