mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Update uefipatch.pro
Added explicit _CONSOLE definition
This commit is contained in:
parent
a22acf108e
commit
e763f60804
@ -4,6 +4,7 @@ QT -= gui
|
|||||||
TARGET = UEFIPatch
|
TARGET = UEFIPatch
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
CONFIG += console
|
CONFIG += console
|
||||||
|
DEFINES += _CONSOLE
|
||||||
|
|
||||||
SOURCES += uefipatch_main.cpp \
|
SOURCES += uefipatch_main.cpp \
|
||||||
uefipatch.cpp \
|
uefipatch.cpp \
|
||||||
@ -36,4 +37,4 @@ HEADERS += uefipatch.h \
|
|||||||
../LZMA/LzmaDecompress.h \
|
../LZMA/LzmaDecompress.h \
|
||||||
../Tiano/EfiTianoDecompress.h \
|
../Tiano/EfiTianoDecompress.h \
|
||||||
../Tiano/EfiTianoCompress.h
|
../Tiano/EfiTianoCompress.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user