Changeset 106636 in vbox for trunk/src/VBox/HostDrivers/Support/Makefile.kmk
- Timestamp:
- Oct 23, 2024 9:59:56 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r106635 r106636 560 560 VBoxSupLib_LDFLAGS.win.amd64 = -Entry:DllMainEntrypoint 561 561 VBoxSupLib_LDFLAGS.win.x86 = -Entry:DllMainEntrypoint 562 VBoxSupLib_LDFLAGS.win.arm64 = -Entry:DllMainEntrypoint 562 563 VBoxSupLib_DEFS = \ 563 564 $(if $(VBOX_WITHOUT_DEBUGGER_CHECKS),VBOX_WITHOUT_DEBUGGER_CHECKS,) … … 773 774 VBoxDrv_LDFLAGS.solaris += -N drv/dtrace 774 775 endif 775 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8776 VBoxDrv_LDFLAGS.win.x86 = -Entry:DriverEntry@8 776 777 VBoxDrv_LDFLAGS.win.amd64 = -Entry:DriverEntry 778 VBoxDrv_LDFLAGS.win.arm64 = -Entry:DriverEntry 777 779 778 780 VBoxDrv_SOURCES.darwin = \
Note:
See TracChangeset
for help on using the changeset viewer.