VirtualBox

Changeset 9573 in vbox


Ignore:
Timestamp:
Jun 10, 2008 3:18:55 PM (16 years ago)
Author:
vboxsync
Message:

Changed the VBOXGUESTR3 template to link statically on windows. (an attemp at it anyway)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r9538 r9573  
    18861886#
    18871887# Template for building R3 executables and static libraries which are linked into executables.
     1888# Note! This is the base template for a whole lot of other ones, so be careful when changing it.
    18881889#
    18891890TEMPLATE_VBOXR3EXE                     = VBox Ring 3 Exe
     
    27752776 ifdef VBOX_WITH_64BIT_ADDITIONS
    27762777  TEMPLATE_VBOXGUESTR3EXE_EXTENDS = VBOXR3EXE
     2778  TEMPLATE_VBOXGUESTR3EXE_CFLAGS  = $(filter-out -MD, $(TEMPLATE_VBOXR3EXE_CFLAGS)) -MT
     2779  TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS= $(filter-out -MD, $(TEMPLATE_VBOXR3EXE_CFLAGS)) -MT
     2780  TEMPLATE_VBOXGUESTR3EXE_LDFLAGS = $(filter-out /DISALLOWLIB:libcmt.lib, $(TEMPLATE_VBOXR3EXE_LDFLAGS)) \
     2781        /DISALLOWLIB:msvcrt.lib \
     2782        /DISALLOWLIB:msvcprt.lib
     2783  TEMPLATE_VBOXGUESTR3EXE_LIBS    = \
     2784        $(PATH_TOOL_$(TEMPLATE_VBOXGUESTR3EXE_TOOL)_LIB)/oldnames.lib \
     2785        $(PATH_TOOL_$(TEMPLATE_VBOXGUESTR3EXE_TOOL)_LIB)/libcmt.lib \
     2786        $(PATH_TOOL_$(TEMPLATE_VBOXGUESTR3EXE_TOOL)_LIB)/libcpmt.lib
    27772787 else
    27782788  TEMPLATE_VBOXGUESTR3EXE_EXTENDS = VBOXW32GUESTR3
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