VirtualBox

Changeset 70929 in vbox


Ignore:
Timestamp:
Feb 9, 2018 10:46:35 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120757
Message:

Config.kmk: NewerVccVBoxGuestR3DllMinVista

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r70897 r70929  
    66136613
    66146614#
     6615# Variant of NewerVccVBoxGuestR3Dll that requires Windows Vista or later.
     6616#
     6617TEMPLATE_NewerVccVBoxGuestR3DllMinVista = NewerVccVBoxGuestR3Dll with the newer Visual C++ version (2013 or later).
     6618TEMPLATE_NewerVccVBoxGuestR3DllMinVista_EXTENDS  = NewerVccVBoxGuestR3Dll
     6619ifeq ($(KBUILD_TARGET),win)
     6620 TEMPLATE_NewerVccVBoxGuestR3DllMinVista_LDFLAGS.win.x86 = $(filter-out -Section:.bss$(COMMA)RW!K,$(TEMPLATE_NewerVccVBoxGuestR3Dll_LDFLAGS.win.x86))
     6621 TEMPLATE_NewerVccVBoxGuestR3DllMinVista_POST_CMDS.win.x86 = $(subst $(VBOX_PE_SET_VERSION), $(VBOX_PE_SET_VERSION) --vista,$(TEMPLATE_NewerVccVBoxGuestR3Dll_POST_CMDS.win.x86))
     6622 TEMPLATE_NewerVccVBoxGuestR3DllMinVista_POST_CMDS.win.amd64 = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION) --vista $(out)$$(NLTAB)$(TEMPLATE_NewerVccVBoxGuestR3Dll_POST_CMDS.win.amd64))
     6623 TEMPLATE_NewerVccVBoxGuestR3DllMinVista_LNK_DEPS.win.amd64  = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION)) $(TEMPLATE_NewerVccVBoxGuestR3Dll_LNK_DEPS.win.amd64)
     6624endif
     6625
     6626#
    66156627# Template for building R3 (static) libraries for the guest additions, allows warnings.
    66166628#
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