Add NSIS script to make a Windows installer
commita606aced2c64461bfe90a1647865b4e14cce2e1c
authorShao Miller <Shao.Miller@yrdsb.edu.on.ca>
Tue, 7 Apr 2009 02:07:37 +0000 (6 19:07 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Apr 2009 02:07:37 +0000 (6 19:07 -0700)
tree48d5ca63bed785be5e21076327a28e363a660410
parentb32536cc534688c3590b856520ba17f4820cf421
Add NSIS script to make a Windows installer

Here is an NSIS script for making a simple NASM package.  It creates a
NASM folder with some of the important binaries in it, as well as a
simple batch file to get a CLI with the NASM folder included in the
PATH.  Expects to be built from inside the bin/ directory.  Fairly
primitive.  Feedback welcome.  - Shao
nasm.nsis [new file with mode: 0644]