Corrected the dependency check issue for Build_Library and GenDll macros.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@887 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2006-07-12 03:18:30 +00:00
parent 6cb11bff40
commit 4dd228c758

View File

@ -396,7 +396,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<OnDependency> <OnDependency>
<sourcefiles> <sourcefiles>
<file list="${OBJECTS}"/> <fileset casesensitive="off" dir="${DEST_DIR_OUTPUT}" includes="**/*.obj"/>
</sourcefiles> </sourcefiles>
<targetfiles> <targetfiles>
<file name="${BIN_DIR}/@{FILENAME}.lib"/> <file name="${BIN_DIR}/@{FILENAME}.lib"/>
@ -618,6 +618,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<OnDependency> <OnDependency>
<sourcefiles> <sourcefiles>
<file list="${LIBS}"/> <file list="${LIBS}"/>
<fileset casesensitive="off" dir="${DEST_DIR_OUTPUT}" includes="**/*.obj"/>
</sourcefiles> </sourcefiles>
<targetfiles> <targetfiles>
<file name="${DEST_DIR_DEBUG}/@{FILEPATH}/@{FILENAME}.dll"/> <file name="${DEST_DIR_DEBUG}/@{FILEPATH}/@{FILENAME}.dll"/>