Fix msvc compilation issues.

This commit is contained in:
vng 2011-07-03 16:02:40 +03:00 committed by Alex Zolotarev
parent 3aa944980b
commit 6caa5f4807
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@ TEMPLATE = lib
CONFIG += staticlib
DEFINES += USE_FILE32API
INCLUDEPATH += .
SOURCES += \
adler32.c \

View file

@ -8,7 +8,7 @@ DEPENDENCIES = base bzip2 zlib tomcrypt
include($$ROOT_DIR/common.pri)
INCLUDEPATH += ../3party/tomcrypt/src/headers
INCLUDEPATH += ../3party/tomcrypt/src/headers ../3party/zlib
SOURCES += \
internal/file_data.cpp \