vbox的更動 47423 路徑 trunk/src/recompiler
- 時間撮記:
- 2013-7-26 下午12:30:23 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler/Makefile.kmk
r45561 r47423 204 204 # addressing in the import libraries generated by microsoft link.exe. So, we 205 205 # have to regenerate these. 206 # Note! The chdir to the output directory is because dlltool writes temporary files to the current directory. 206 207 $$(VBoxRemPrimary_0_OUTDIR)/VBoxVMMImp.a \ 207 208 $$(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 $@))" 209 213 210 214 $$(VBoxRemPrimary_0_OUTDIR)/VBoxVMMImp.def \
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器