VirtualBox

source: vbox/trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk@ 101399

Last change on this file since 101399 was 98429, checked in by vboxsync, 2 years ago

Installer/*.kmk: Automatic scm cleanups. bugref:10348

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 98429 2023-02-02 12:03:46Z vboxsync $
2## @file
3# Sub-Makefile for VBoxInstallHelper.dll.
4#
5
6#
7# Copyright (C) 2008-2023 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28SUB_DEPTH = ../../../../..
29include $(KBUILD_PATH)/subheader.kmk
30
31
32DLLS += VBoxInstallHelper
33VBoxInstallHelper_TEMPLATE = VBoxR3StaticDllNoAsan
34VBoxInstallHelper_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK)
35VBoxInstallHelper_DEFS = _WIN32_WINNT=0x0501 _UNICODE UNICODE VBOX_SVN_REV=$(VBOX_SVN_REV)
36ifdef VBOX_WITH_NETFLT
37 VBoxInstallHelper_SDKS += VBoxWinNewDevLib
38 VBoxInstallHelper_DEFS += VBOX_WITH_NETFLT=1
39endif
40VBoxInstallHelper_DEPS = $(VBOX_SVN_REV_KMK)
41VBoxInstallHelper_SOURCES = \
42 VBoxInstallHelper.cpp \
43 VBoxInstallHelper.def \
44 VBoxInstallHelper.rc \
45 VBoxCommon.cpp
46ifndef VBOX_OSE
47 VBoxInstallHelper_SOURCES += \
48 internal/VBoxSerial.cpp
49endif
50VBoxInstallHelper_LIBS = \
51 $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/Msi.lib
52ifdef VBOX_WITH_NETFLT
53 VBoxInstallHelper_LIBS += \
54 $(PATH_STAGE_LIB)/WinNetConfigSharedStatic.lib \
55 $(PATH_STAGE_LIB)/VBoxDrvCfgSharedStatic.lib \
56 $(PATH_TOOL_$(VBOX_VCC_TOOL)_LIB)/comsupp.lib \
57 $(PATH_SDK_$(VBOX_WINPSDK)_LIB)/WbemUuid.Lib
58endif
59
60if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_TESTCASES) && !defined(VBOX_OSE)
61 include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
62endif
63
64include $(FILE_KBUILD_SUB_FOOTER)
65
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette