mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
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:
11
.gitignore
vendored
11
.gitignore
vendored
@ -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/*
|
||||
|
Reference in New Issue
Block a user