UEFIExtract 0.2.2

- added explicit _CONSOLE define in uefiextract.pro
This commit is contained in:
Nikolaj Schlej 2014-05-03 21:31:12 +02:00
parent 59ff67acd7
commit 02a240ba18

View file

@ -4,6 +4,7 @@ QT -= gui
TARGET = UEFIExtract
TEMPLATE = app
CONFIG += console
DEFINES += _CONSOLE
SOURCES += uefiextract_main.cpp \
uefiextract.cpp \
@ -36,4 +37,4 @@ HEADERS += uefiextract.h \
../LZMA/LzmaDecompress.h \
../Tiano/EfiTianoDecompress.h \
../Tiano/EfiTianoCompress.h