Fixed option issues in IPF assembler and EBC linker

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2953 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36 2007-07-02 09:31:51 +00:00
parent e2436f6614
commit 3f94b8e89a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -110,7 +110,7 @@ ${END} "$(PP)" $(PP_FLAGS) $(INC) $(WORKSPACE)${sep}${fpath} > $(@D)${sep}${fbas
$(OUTPUT_DIR)${sep}${fdir}${sep}${fbase}.obj : $(COMMON_DEPS)
${BEGIN}$(OUTPUT_DIR)${sep}${fdir}${sep}${fbase}.obj : $(WORKSPACE)${sep}${fdep}
${END} "$(APP)" $(APP_FLAGS) $(INC) $(WORKSPACE)${sep}${fpath} > $(@D)${sep}${fbase}.i
"$(ASM)" $(ASM_FLAGS) /Fo$@ $(@D)${sep}${fbase}.i
"$(ASM)" $(ASM_FLAGS) -o$@ $(@D)${sep}${fbase}.i
''',
"Visual-Form-Representation" : '''\