Added dependency of makefile to source files in order to let source files be rebuilt when tool option changes

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5333 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2008-06-05 07:36:19 +00:00
parent 008a518953
commit 23fdff8236
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -98,6 +98,7 @@
?.cpp
?.Cpp
?.CPP
$(MAKE_FILE)
<OutputFile>
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
@ -122,9 +123,11 @@
[Build.Assembly-Code-File]
<InputFile.MSFT, InputFile.INTEL>
Assembly-Code-File = ?.asm, ?.Asm, ?.ASM
$(MAKE_FILE)
<InputFile.GCC>
?.S
$(MAKE_FILE)
<OutputFile>
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
@ -142,6 +145,7 @@
[Build.Iasm-Code-File]
<InputFile>
?.s
$(MAKE_FILE)
<OutputFile>
$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
@ -156,6 +160,7 @@
?.vfr
?.Vfr
?.VFR
$(MAKE_FILE)
<OutputFile>
$(DEBUG_DIR)(+)${s_dir}(+)${s_base}.c