summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2016-03-03 21:37:37 -0800
committerH. Peter Anvin <hpa@zytor.com>2016-03-03 21:37:37 -0800
commitd4c67b1597349b2d01e61e211ec1267e4b17fc39 (patch)
treef855fe52f47b02bdbbfe89a8556e867a06e447f5 /.gitignore
parenta9a1b5c318e7bcb7680483c51933c6f3d6c69cd9 (diff)
downloadnasm-d4c67b1597349b2d01e61e211ec1267e4b17fc39.tar.gz
nsis: make nsis output automatically select architecturensis
Make the NSIS output automatically select the output architecture to generate the proper filename and, much more importantly, set up the proper default install directory. This requires Perl as well as makensis to be present in order to make an installer, but that doesn't really seem like a too onerous of a requirement (NSIS being the big external dependency here.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1fb29c23..f64b70af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,8 +47,10 @@ TAGS
/macros.c
/nasm
/nasm.man
+/nasm.1
/ndisasm
/ndisasm.man
+/nasm.1
/pptok.c
/pptok.h
/pptok.ph
@@ -76,7 +78,8 @@ TAGS
/version.h
/version.mac
/version.mak
-/version.nsh
/version.sed
/iflag.c
/iflaggen.h
+/nsis/version.nsh
+/nsis/arch.nsh