VirtualBox

Changeset 96453 in vbox


Ignore:
Timestamp:
Aug 24, 2022 10:15:07 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153297
Message:

IPRT,Add: Build fixes related to VBoxAddInstallNt3x and VBoxGuestInstNT. bugref:10261

Location:
trunk/src/VBox
Files:
3 edited

Legend:

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

    r96449 r96453  
    386386VBoxAddInstallNt3x_TEMPLATE := VBoxGuestR3NoCrtExe
    387387endif
    388 VBoxAddInstallNt3x_LDFLAGS  := /VERBOSE
    389 VBoxAddInstallNt3x_SOURCES  := \
    390         VBoxAddInstallNt3x.cpp \
    391 
    392 
     388VBoxAddInstallNt3x_SOURCES  := VBoxAddInstallNt3x.cpp
    393389VBoxAddInstallNt3x.cpp_DEPS = $(VBOX_SVN_REV_HEADER)
    394390
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r96407 r96453  
    266266 PROGRAMS.win.x86 += VBoxGuestInstNT
    267267 VBoxGuestInstNT_TEMPLATE = VBoxGuestR3Exe
     268 ifndef VBOX_WITH_NOCRT_STATIC
     269  VBoxGuestInstNT_LDFLAGS := -Include:_vcc100_kernel32_fakes_asm # Temporary kludge to deal with some link order issue.
     270 endif
    268271 VBoxGuestInstNT_SOURCES  = win/VBoxGuestInst.cpp
    269272 VBoxGuestInstNT_USES     = vboximportchecker
  • trunk/src/VBox/Runtime/Makefile.kmk

    r96448 r96453  
    31863186        common/misc/message.cpp \
    31873187        common/err/errmsg.cpp \
     3188       r3/init-data.cpp \
     3189        r3/process-data.cpp \
    31883190        generic/uuid-generic.cpp \
    31893191        generic/rtStrFormatKernelAddress-generic.cpp
Note: See TracChangeset for help on using the changeset viewer.

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