mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
d4c67b1597
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>
86 lines
876 B
Plaintext
86 lines
876 B
Plaintext
*.bin
|
|
*.dbg
|
|
*.exe
|
|
*.lst
|
|
*.o
|
|
*.o64
|
|
*.obj
|
|
*.obj64
|
|
*.orig
|
|
*.out
|
|
*.rej
|
|
*.xml
|
|
*.swp
|
|
.*swo
|
|
*~
|
|
\#*
|
|
*.bak
|
|
*.tmp
|
|
.git-ignore
|
|
cscope*
|
|
tags
|
|
TAGS
|
|
/Makefile
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/directiv.c
|
|
/directiv.h
|
|
/doc/*.dip
|
|
/doc/*.hpj
|
|
/doc/*.pdf
|
|
/doc/*.ps
|
|
/doc/*.rtf
|
|
/doc/*.texi
|
|
/doc/*.txt
|
|
/doc/Makefile
|
|
/doc/inslist.src
|
|
/doc/html
|
|
/doc/info
|
|
/insnsa.c
|
|
/insnsb.c
|
|
/insnsd.c
|
|
/insnsi.h
|
|
/insnsn.c
|
|
/macros.c
|
|
/nasm
|
|
/nasm.man
|
|
/nasm.1
|
|
/ndisasm
|
|
/ndisasm.man
|
|
/nasm.1
|
|
/pptok.c
|
|
/pptok.h
|
|
/pptok.ph
|
|
/rdoff/Makefile
|
|
/rdoff/ldrdf
|
|
/rdoff/rdf2bin
|
|
/rdoff/rdf2com
|
|
/rdoff/rdf2ihx
|
|
/rdoff/rdf2ith
|
|
/rdoff/rdf2srec
|
|
/rdoff/rdfdump
|
|
/rdoff/rdflib
|
|
/rdoff/rdx
|
|
/regdis.c
|
|
/regdis.h
|
|
/regflags.c
|
|
/regs.c
|
|
/regs.h
|
|
/regvals.c
|
|
/test/golden
|
|
/test/perf/*.asm
|
|
/test/testresults
|
|
/tokens.h
|
|
/tokhash.c
|
|
/version.h
|
|
/version.mac
|
|
/version.mak
|
|
/version.sed
|
|
/iflag.c
|
|
/iflaggen.h
|
|
/nsis/version.nsh
|
|
/nsis/arch.nsh
|