用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
923 B

3 months ago
######################################################################
# Automatically generated by qmake (2.01a) ?? ?? 23 19:28:16 2014
######################################################################
TEMPLATE = lib
TARGET = zlib
CONFIG(x64){
TARGET = $$TARGET"64"
}
DEPENDPATH += .
INCLUDEPATH += .
CONFIG += staticlib
dir = ../..
include($$dir/common.pri)
DEFINES += _CRT_SECURE_NO_WARNINGS
# Input
HEADERS += crc32.h \
deflate.h \
inffast.h \
inffixed.h \
inflate.h \
inftrees.h \
trees.h \
zconf.h \
zconf.in.h \
zlib.h \
zutil.h
SOURCES += adler32.c \
compress.c \
crc32.c \
deflate.c \
gzio.c \
infback.c \
inffast.c \
inflate.c \
inftrees.c \
trees.c \
uncompr.c \
zutil.c