Update gitignore.

Add to libzint.vcxproj missing files.
Fix missing include in emf.c.
Add x64 configuration.
Change paths to point to extern folder for external libs(lipbng, zlib).
Updated version in rc file.
This commit is contained in:
Cosmin Marc
2017-05-25 20:17:43 +03:00
parent b46bc1f45e
commit cd65154a36
6 changed files with 305 additions and 26 deletions

11
.gitignore vendored
View File

@ -3,8 +3,17 @@ build/
*.[ao]
*.swp
*.swo
*.suo
*.pro.user
.directory
CMakeLists.txt.user*
Makefile
backend/Makefile
frontend/Makefile
frontend/Makefile
build-*
win32/*.VC.opendb
win32/*.VC.db
win32/Debug
win32/Release
win32/x64
extern/*