VirtualBox

Ignore:
Timestamp:
Oct 14, 2015 10:38:35 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103391
Message:

VBoxSupLib.dll doesn't link against the debug crt, use the retail one instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r57969 r58228  
    419419        win/VBoxSupLib.rc
    420420VBoxSupLib_LIBS.win.x86 = \
    421         $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib   # for __chkstk
     421        $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.x86)_LIB)/libcmt.lib   # for __chkstk
    422422VBoxSupLib_LIBS.win.amd64 = \
    423         $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt$(VBOX_VCC_CRT_TYPE).lib # for __chkstk
     423        $(PATH_TOOL_$(TEMPLATE_VBOXR3STATIC_TOOL.win.amd64)_LIB)/libcmt.lib # for __chkstk
    424424
    425425
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