VirtualBox

Changeset 47266 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Jul 19, 2013 2:53:32 PM (11 years ago)
Author:
vboxsync
Message:

Config.kmk: new template for Main unit testing
Main/testcase: fix building of mouse unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r47207 r47266  
    41454145TEMPLATE_VBOXMAINLIB_EXTENDS = VBOXMAINDLL
    41464146TEMPLATE_VBOXMAINLIB_LIBS =
     4147
     4148#
     4149# Main unit testing, for compiling API implementation files into a testcase.
     4150# This is the VBOXMAINEXE template only with a different install dir.
     4151#
     4152TEMPLATE_VBOXMAINTSTEXE  = VBox Main Testcase Exe
     4153TEMPLATE_VBOXMAINTSTEXE_EXTENDS = VBOXMAINEXE
     4154TEMPLATE_VBOXMAINTSTEXE_INST    = $(INST_TESTCASE)
     4155ifdef VBOX_WITH_RUNPATH
     4156 TEMPLATE_VBOXMAINTSTEXE_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RUNPATH)' $(TEMPLATE_VBOXMAINEXE_LDFLAGS)
     4157else ifdef VBOX_WITH_RELATIVE_RUNPATH
     4158 TEMPLATE_VBOXMAINTSTEXE_LDFLAGS = '$(VBOX_GCC_RPATH_OPT)$(VBOX_WITH_RELATIVE_RUNPATH)/..' $(TEMPLATE_VBOXMAINEXE_LDFLAGS)
     4159endif
     4160if "$(KBUILD_TARGET)" == "win" && defined(VBOX_SIGNING_MODE)
     4161 TEMPLATE_VBOXMAINTSTEXE_POST_CMDS =
     4162endif
    41474163
    41484164#
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