VirtualBox

Changeset 53981 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Jan 27, 2015 6:58:32 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97884
Message:

Adding the VBoxDTrace wrapper binary to the installers. Fixing extpack build break. Simplified VBOX_WITH_DTRACE* test in the makefiles.

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Makefile.kmk

    r52910 r53981  
    633633                -E 'VBOX_WITH_DEBUGGER_GUI=$(if-expr defined(VBOX_WITH_DEBUGGER_GUI) && defined(VBOX_WITH_QTGUI),yes,no)' \
    634634                -E 'VBOX_WITH_DOCS_PACKING=$(if $(VBOX_WITH_DOCS_PACKING),yes,no)' \
     635                -E 'VBOX_WITH_DTRACE=$(if $(VBOX_WITH_DTRACE),yes,no)' \
    635636                -E 'VBOX_WITH_EFIFW_PACKING=$(if $(VBOX_WITH_EFIFW_PACKING),yes,no)' \
    636637                -E 'VBOX_WITH_EXTPACK=$(if $(VBOX_WITH_EXTPACK),yes,no)' \
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r52828 r53981  
    183183        <File Id="file_VBoxExtPackHelperApp.exe" Name="VBoxExtPackHelperApp.exe"
    184184              Source="$(env.PATH_OUT)\bin\VBoxExtPackHelperApp.exe"/>
     185<?endif ?>
     186<?if $(env.VBOX_WITH_DTRACE) = "yes" ?>
     187        <File Id="file_VBoxDTrace.exe" Name="VBoxDTrace.exe"
     188          Source="$(env.PATH_OUT)\bin\VBoxDTrace.exe" />
    185189<?endif ?>
    186190        <!-- VBox DLL files -->
Note: See TracChangeset for help on using the changeset viewer.

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