From d60db640558b78d9598c6d9c00935963c67d7188 Mon Sep 17 00:00:00 2001 From: jwang36 Date: Wed, 22 Aug 2007 09:29:30 +0000 Subject: 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 --- BaseTools/Conf/build_rule.template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'BaseTools/Conf') diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index 1fa5228438..bca246c3e0 100644 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -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 one by one. # -# "[" Build.[.][, Build.[.]] "]" -# ]> +# "[" Build.[.][, Build.[.]] "]" +# ]> # [File-Type =] (?|*). [(\n|,|;) (?|*).] # -# ]> +# ]> # # -# ]> +# ]> # # [] # @@ -196,6 +196,7 @@ [Build.Static-Library-File] ?.lib + $(LIBS) $(DEBUG_DIR)(+)$(MODULE_NAME).dll -- cgit v1.2.3