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

View file

@ -35,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <malloc.h>
#include "common.h"
#include "emf.h"