VirtualBox

儲存庫 vbox 的更動 41014


忽略:
時間撮記:
2012-4-20 下午02:23:26 (13 年 以前)
作者:
vboxsync
訊息:

VBoxMMR: initial checkin of prototype media foundation code

位置:
trunk/src/VBox/Additions/WINNT
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh

    r40631 r41014  
    7676  ;FILE "$%PATH_OUT%\bin\additions\VBoxNET.sys"
    7777
     78!ifdef VBOX_WITH_MMR
     79  FILE "$%PATH_OUT%\bin\additions\VBoxMMR.dll"
     80!endif
    7881
    7982FunctionEnd
     
    8588  SetOutPath "$INSTDIR"
    8689  ; Nothing here yet
     90
     91!ifdef VBOX_WITH_MMR
     92  DetailPrint "Registering VBoxMMR.dll ..."
     93  nsExec::ExecToLog '"$g_strSystemDir\regsvr32.exe" -s "$INSTDIR\VBoxMMR.dll"'
     94!endif
     95
    8796  Goto done
    8897
     
    125134   Delete /REBOOTOK "$g_strSystemDir\VBoxCredProv.dll"
    126135
     136!ifdef VBOX_WITH_MMR
     137   DetailPrint "Unregistering VBoxMMR.dll ..."
     138   nsExec::ExecToLog '"$g_strSystemDir\regsvr32.exe" -s -u "$INSTDIR\VBoxMMR.dll"'
     139
     140   Delete /REBOOTOK "$INSTDIR\VBoxMMR.dll"
     141!endif
     142
    127143FunctionEnd
    128144!macroend
  • trunk/src/VBox/Additions/WINNT/Makefile.kmk

    r40249 r41014  
    3333endif
    3434
     35ifdef VBOX_WITH_MMR
     36include $(PATH_SUB_CURRENT)/VBoxMMR/Makefile.kmk
     37endif
     38
    3539include $(KBUILD_PATH)/subfooter.kmk
    3640
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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