VirtualBox

Changeset 96572 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Sep 1, 2022 8:36:22 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153448
Message:

HostDrives,Installer/win: Reworked the windows installer related code for no-CRT mode, where applicable, and changed the XxxxInstall.exe/XxxxUninstall.exe utilities to link against VBoxRT.dll instead of being statically linked. Lot's of cleanup. The change is uncomfortably large, but difficult to detangle these things. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r96407 r96572  
    112112 ifdef VBOX_WITH_VSCSI_SSC
    113113  VBoxDDU_SOURCES        += Storage/VSCSI/VSCSILunSsc.cpp
    114   VBoxDDU_DEFS          += VBOX_WITH_VSCSI_SSC
     114  VBoxDDU_DEFS            += VBOX_WITH_VSCSI_SSC
    115115 endif
    116116 VBoxDDU_LIBS             = \
     
    126126        $(PATH_STAGE_LIB)/USBLib$(VBOX_SUFF_LIB)
    127127  VBoxDDU_LIBS.win       += \
    128         $(PATH_STAGE_LIB)/VBoxDrvCfg$(VBOX_SUFF_LIB)
     128        $(PATH_STAGE_LIB)/VBoxDrvCfgDll$(VBOX_SUFF_LIB)
    129129 endif
    130130 VBoxDDU_LDFLAGS.darwin   = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxDDU.dylib
     
    909909
    910910 ifdef VBOX_WITH_NETFLT
    911   VBoxDD_LIBS.win       += $(PATH_STAGE_LIB)/WinNetConfig.lib
     911  VBoxDD_LIBS.win       += $(PATH_STAGE_LIB)/WinNetConfigDll$(VBOX_SUFF_LIB)
    912912 endif
    913913
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