mirror of https://github.com/acidanthera/audk.git
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:
parent
008a518953
commit
23fdff8236
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue