mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-25 04:24:47 -04:00
Remove UEFIDump
This commit is contained in:
parent
f666fe63db
commit
6982aace9b
9 changed files with 70 additions and 100 deletions
|
@ -5,6 +5,7 @@ PROJECT(UEFIExtract)
|
|||
SET(PROJECT_SOURCES
|
||||
uefiextract_main.cpp
|
||||
ffsdumper.cpp
|
||||
uefidump.cpp
|
||||
../common/guiddatabase.cpp
|
||||
../common/types.cpp
|
||||
../common/descriptor.cpp
|
||||
|
@ -28,6 +29,7 @@ SET(PROJECT_SOURCES
|
|||
|
||||
SET(PROJECT_HEADERS
|
||||
ffsdumper.h
|
||||
uefidump.h
|
||||
../common/guiddatabase.h
|
||||
../common/basetypes.h
|
||||
../common/descriptor.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue