VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/testcase/Makefile.kmk@ 82625

Last change on this file since 82625 was 82625, checked in by vboxsync, 5 years ago

Windows Additions/Installer: More work required for the VBoxGuestInstallHelper plugin to respect ANSI/Unicode with NSIS 3.x (NSIS uses TCHAR), extended the testcase, bugref:9529.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1# $Id: Makefile.kmk 82625 2019-12-19 16:15:07Z vboxsync $
2## @file
3# Sub-Makefile for the Windows Guest Additions Installer Helper DLL testcases.
4#
5
6#
7# Copyright (C) 2019 Oracle Corporation
8#
9# This file is part of VirtualBox Open Source Edition (OSE), as
10# available from http://www.virtualbox.org. This file is free software;
11# you can redistribute it and/or modify it under the terms of the GNU
12# General Public License (GPL) as published by the Free Software
13# Foundation, in version 2 as it comes in the "COPYING" file of the
14# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16#
17
18SUB_DEPTH = ../../../../..
19include $(KBUILD_PATH)/subheader.kmk
20
21ifdef VBOX_WITH_TESTCASES
22#
23# As the testcases use the DLL directly and plugins for NSIS *always* are 32-bit,
24# we also have to use a 32-bit testcase here.
25#
26PROGRAMS.x86 += tstWinAdditionsInstallHelper
27tstWinAdditionsInstallHelper_TEMPLATE = VBoxGuestR3Exe
28tstWinAdditionsInstallHelper_SOURCES = tstWinAdditionsInstallHelper.cpp
29tstWinAdditionsInstallHelper_DEFS = _WIN32_WINNT=0x0400 WIN32_LEAN_AND_MEAN=1 UNICODE _UNICODE
30
31endif # VBOX_WITH_TESTCASES
32
33include $(FILE_KBUILD_SUB_FOOTER)
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