mirror of https://github.com/acidanthera/audk.git
Update build rules to cover ICC build for aslc file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3700 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3a3645548d
commit
48988f855b
|
@ -227,7 +227,7 @@
|
|||
<OutputFile>
|
||||
$(OUTPUT_DIR)(+)$(MODULE_NAME).depex
|
||||
|
||||
<Command.MSFT>
|
||||
<Command>
|
||||
# GenDepex -o ${dst} ${src}
|
||||
|
||||
[Build.Acpi-Source-Language-File]
|
||||
|
@ -249,7 +249,7 @@
|
|||
<OutputFile>
|
||||
$(OUTPUT_DIR)(+)${s_base}.acpi
|
||||
|
||||
<Command.MSFT>
|
||||
<Command.MSFT, Command.INTEL>
|
||||
"$(CC)" /Fo$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj $(CC_FLAGS) $(INC) ${src}
|
||||
"$(DLINK)" /OUT:$(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.dll $(SLINK_FLAGS) $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.obj
|
||||
GenFw -o ${dst} -c $(OUTPUT_DIR)(+)${s_dir}(+)${s_base}.dll
|
||||
|
|
Loading…
Reference in New Issue