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 |
|
---|
18 | SUB_DEPTH = ../../../../..
|
---|
19 | include $(KBUILD_PATH)/subheader.kmk
|
---|
20 |
|
---|
21 | ifdef 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 | #
|
---|
26 | PROGRAMS.x86 += tstWinAdditionsInstallHelper
|
---|
27 | tstWinAdditionsInstallHelper_TEMPLATE = VBoxGuestR3Exe
|
---|
28 | tstWinAdditionsInstallHelper_SOURCES = tstWinAdditionsInstallHelper.cpp
|
---|
29 | tstWinAdditionsInstallHelper_DEFS = _WIN32_WINNT=0x0400 WIN32_LEAN_AND_MEAN=1 UNICODE _UNICODE
|
---|
30 |
|
---|
31 | endif # VBOX_WITH_TESTCASES
|
---|
32 |
|
---|
33 | include $(FILE_KBUILD_SUB_FOOTER)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.