Added rules to build nsis installers for w32
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 18 Apr 2021 11:08:41 +0000 (13:08 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 18 Apr 2021 11:09:58 +0000 (13:09 +0200)
commitf22edc385038b2d29f72af8f9fa882574493f72c
tree6b70f31fb5d048943da4b0fba63c14d6a34919c5
parentdaba259089b5524b3c29fc0f54ef9ff6c573976e
Added rules to build nsis installers for w32

* Windows/AdvUninstLog.nsh: New file.
* Windows/MUI_EXTRAPAGES.nsh: New file.
* Windows/automake.mk: New file.
* Windows/pspp.nsi: New file.
* Makefile.am: include Windows/automake.mk.
* configure.ac: Add conditional for sizeof ptr.
Makefile.am
Windows/AdvUninstLog.nsh [new file with mode: 0644]
Windows/MUI_EXTRAPAGES.nsh [new file with mode: 0644]
Windows/automake.mk [new file with mode: 0644]
Windows/pspp.nsi [new file with mode: 0644]
configure.ac