mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-25 10:47:47 +02:00
ImageTool: Drop duplicated BaseOverflowLib symbols
This commit is contained in:
parent
5c9259bed5
commit
687086ce0e
@ -7,7 +7,7 @@
|
||||
PROJECT = ImageTool
|
||||
OBJS = $(PROJECT).o
|
||||
OBJS += Image.o PeEmit.o PeScan.o ElfScan.o BinEmit.o
|
||||
OBJS += BaseAlignment.o BaseBitOverflow.o UefiImageExtraActionLib.o
|
||||
OBJS += UefiImageExtraActionLib.o
|
||||
OBJS += PeCoffInit.o PeCoffInfo.o PeCoffLoad.o PeCoffRelocate.o PeCoffHii.o PeCoffDebug.o
|
||||
|
||||
DEBUG = 1
|
||||
@ -21,8 +21,7 @@ include $(OC_USER)/User/Makefile
|
||||
|
||||
CFLAGS += -include Pcds.h -Werror
|
||||
|
||||
VPATH += ../../MdePkg/Library/BaseOverflowLib:$\
|
||||
../../MdePkg/Library/BasePeCoffLib2:$\
|
||||
VPATH += ../../MdePkg/Library/BasePeCoffLib2:$\
|
||||
../../MdePkg/Library/BaseUefiImageExtraActionLibNull
|
||||
|
||||
Tools: Tool32 Tool64
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 997ef4ae8f53a4b7f67e12b8d19a05368e6c2728
|
||||
Subproject commit c42343b6bf3207ca0cb0145b46345da76627a3bb
|
Loading…
x
Reference in New Issue
Block a user