summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKnut St. Osmundsen <bird-nasm@anduin.net>2016-04-21 09:13:19 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2016-04-21 09:13:32 +0300
commit6fd298418b6d57d8513ad916f650ee815bef80af (patch)
tree14c4daa807385d1dc2a01c51504c9ea6a96af75f /.gitignore
parentb156bc8c6145b833ac81ff52f3eae784a92621fc (diff)
downloadnasm-6fd298418b6d57d8513ad916f650ee815bef80af.tar.gz
msvc.mak: Build fixes, updates and improvements.
* Added missing rules for creating a library out of LIBOBJ and using it when linking. * Updated the clean rule and PRELREQ list. * Always build with debug info as it ends up in external PDB files anyway and doesn't really impact binary size. * Added /RELEASE to the LDFLAGS so the linker checksums the headers and the binary can be signed. Signed-off-by: Knut St. Osmundsen<bird-nasm@anduin.net> Reviewed-by: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b75eaa80..570bfc07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
+*.a
*.bin
*.dbg
*.exe
+*.lib
*.lst
*.o
*.o64
@@ -8,6 +10,7 @@
*.obj64
*.orig
*.out
+*.pdb
*.rej
*.xml
*.swp