mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend
backend_tcl
cmake
debian
docs
extras
frontend
frontend_qt
tools
win32
.editorconfig
.gitignore
CMakeLists.txt
COPYING
README
SetPaths.cmake
TODO
cmake_uninstall.cmake.in
readme-cmake
zint-qt.desktop
zint-qt.png
zint.nsi
zint.spec
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.
20 lines
207 B
Plaintext
20 lines
207 B
Plaintext
build/
|
|
*~
|
|
*.[ao]
|
|
*.swp
|
|
*.swo
|
|
*.suo
|
|
*.pro.user
|
|
.directory
|
|
CMakeLists.txt.user*
|
|
Makefile
|
|
backend/Makefile
|
|
frontend/Makefile
|
|
build-*
|
|
win32/*.VC.opendb
|
|
win32/*.VC.db
|
|
win32/Debug
|
|
win32/Release
|
|
win32/x64
|
|
extern/*
|