Added makefile as dependency for "Dynamic-Library-File" to solve the incremental build issue occurred when there's library changes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3801 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8b9a49a446
commit
ef2b52786f
@ -209,8 +209,13 @@
|
|||||||
"$(DLINK)" -o ${dst} $(DLINK_FLAGS) -( $(DLINK_SPATH) $(LIBS) ${src} -)
|
"$(DLINK)" -o ${dst} $(DLINK_FLAGS) -( $(DLINK_SPATH) $(LIBS) ${src} -)
|
||||||
|
|
||||||
[Build.Dynamic-Library-File]
|
[Build.Dynamic-Library-File]
|
||||||
<InputFile>
|
<InputFile.MSFT, InputFile.INTEL>
|
||||||
?.dll
|
?.dll
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
<InputFile.GCC>
|
||||||
|
?.dll
|
||||||
|
GnuMakefile
|
||||||
|
|
||||||
<OutputFile>
|
<OutputFile>
|
||||||
$(DEBUG_DIR)(+)$(MODULE_NAME).efi
|
$(DEBUG_DIR)(+)$(MODULE_NAME).efi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user