mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-29 14:35:23 -04:00
Update uefipatch.pro
Added explicit _CONSOLE definition
This commit is contained in:
parent
a22acf108e
commit
e763f60804
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ QT -= gui
|
|||
TARGET = UEFIPatch
|
||||
TEMPLATE = app
|
||||
CONFIG += console
|
||||
DEFINES += _CONSOLE
|
||||
|
||||
SOURCES += uefipatch_main.cpp \
|
||||
uefipatch.cpp \
|
||||
|
@ -36,4 +37,4 @@ HEADERS += uefipatch.h \
|
|||
../LZMA/LzmaDecompress.h \
|
||||
../Tiano/EfiTianoDecompress.h \
|
||||
../Tiano/EfiTianoCompress.h
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue