VirtualBox

vbox的更動 47423 路徑 trunk/src/recompiler


忽略:
時間撮記:
2013-7-26 下午12:30:23 (11 年 以前)
作者:
vboxsync
訊息:

REM: dlltool writes temp files to current directory, change directory when using it.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler/Makefile.kmk

    r45561 r47423  
    204204  # addressing in the import libraries generated by microsoft link.exe. So, we
    205205  # have to regenerate these.
     206  # Note! The chdir to the output directory is because dlltool writes temporary files to the current directory.
    206207  $$(VBoxRemPrimary_0_OUTDIR)/VBoxVMMImp.a \
    207208  $$(VBoxRemPrimary_0_OUTDIR)/VBoxRTImp.a : $$(VBoxRemPrimary_0_OUTDIR)/$$(notdir $$(basename $$@)).def
    208         $(TOOL_MINGWW64_DLLTOOL) --output-lib "$@" --input-def "$<" --dllname "$(patsubst %Imp.a,%.dll,$(notdir $@))"
     209        $(REDIRECT) -C "$(dir $@)" -- $(TOOL_MINGWW64_DLLTOOL) \
     210                --output-lib "$@" \
     211                --input-def "$<" \
     212                --dllname "$(patsubst %Imp.a,%.dll,$(notdir $@))"
    209213
    210214  $$(VBoxRemPrimary_0_OUTDIR)/VBoxVMMImp.def \
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette