mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-15 07:34:45 -04:00
UEFIExtract 0.2.2
- added explicit _CONSOLE define in uefiextract.pro
This commit is contained in:
parent
59ff67acd7
commit
02a240ba18
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ QT -= gui
|
||||||
TARGET = UEFIExtract
|
TARGET = UEFIExtract
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
|
DEFINES += _CONSOLE
|
||||||
|
|
||||||
SOURCES += uefiextract_main.cpp \
|
SOURCES += uefiextract_main.cpp \
|
||||||
uefiextract.cpp \
|
uefiextract.cpp \
|
||||||
|
@ -36,4 +37,4 @@ HEADERS += uefiextract.h \
|
||||||
../LZMA/LzmaDecompress.h \
|
../LZMA/LzmaDecompress.h \
|
||||||
../Tiano/EfiTianoDecompress.h \
|
../Tiano/EfiTianoDecompress.h \
|
||||||
../Tiano/EfiTianoCompress.h
|
../Tiano/EfiTianoCompress.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue