VirtualBox

Changeset 9573

Show
Ignore:
Timestamp:
06/10/08 17:18:55 (3 months ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy