mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
Fixed incremental link issue, which dependent libraries were not taken into account.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3689 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8fe4875174
commit
d60db64055
Binary file not shown.
@ -17,14 +17,14 @@
|
|||||||
# "*" is used to indicate that the source files will be processed at the same time.
|
# "*" is used to indicate that the source files will be processed at the same time.
|
||||||
# "?" is used to indicate that the source files will be processed one by one.
|
# "?" is used to indicate that the source files will be processed one by one.
|
||||||
#
|
#
|
||||||
# "[" Build.<File-Type>[.<version>][, Build.<File-Type>[.<version>]] "]"
|
# "[" Build.<File-Type>[.<version>][, Build.<File-Type>[.<version>]] "]" <EOL>
|
||||||
# <InputFile[.<ToolChainFamily>]>
|
# <InputFile[.<ToolChainFamily>]> <EOL>
|
||||||
# [File-Type =] (?|*).<File-Extension> [(\n|,|;) (?|*).<File-Extension>]
|
# [File-Type =] (?|*).<File-Extension> [(\n|,|;) (?|*).<File-Extension>]
|
||||||
#
|
#
|
||||||
# <OutputFile[.<ToolChainFamily>]>
|
# <OutputFile[.<ToolChainFamily>]> <EOL>
|
||||||
# <FileFullPath>
|
# <FileFullPath>
|
||||||
#
|
#
|
||||||
# <Command[.<ToolChainFamily>]>
|
# <Command[.<ToolChainFamily>]> <EOL>
|
||||||
# <Command1>
|
# <Command1>
|
||||||
# [<Command2>]
|
# [<Command2>]
|
||||||
#
|
#
|
||||||
@ -196,6 +196,7 @@
|
|||||||
[Build.Static-Library-File]
|
[Build.Static-Library-File]
|
||||||
<InputFile>
|
<InputFile>
|
||||||
?.lib
|
?.lib
|
||||||
|
$(LIBS)
|
||||||
|
|
||||||
<OutputFile>
|
<OutputFile>
|
||||||
$(DEBUG_DIR)(+)$(MODULE_NAME).dll
|
$(DEBUG_DIR)(+)$(MODULE_NAME).dll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user