diff --git a/UEFIExtract/uefiextract.pro b/UEFIExtract/uefiextract.pro index 5f83e00..b6f7cb6 100644 --- a/UEFIExtract/uefiextract.pro +++ b/UEFIExtract/uefiextract.pro @@ -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 - \ No newline at end of file +