VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk@ 19327

Last change on this file since 19327 was 19327, checked in by vboxsync, 16 years ago

VBoxService/common: Added first VM information lookup for Windows.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1# $Id: Makefile.kmk 19327 2009-05-04 14:54:21Z vboxsync $
2## @file
3# Sub-Makefile for the Cross Platform Guest Addition Services.
4#
5
6#
7# Copyright (C) 2007 Sun Microsystems, Inc.
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# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
18# Clara, CA 95054 USA or visit http://www.sun.com if you need
19# additional information or have any questions.
20#
21
22SUB_DEPTH = ../../../../..
23include $(KBUILD_PATH)/subheader.kmk
24
25if "$(KBUILD_HOST)" != "os2" || defined(VBOX_WITH_OS2_ADDITIONS)
26 PROGRAMS += VBoxService
27endif
28
29#
30# VBoxService.exe
31#
32VBoxService_TEMPLATE = VBOXGUESTR3EXE
33VBoxService_DEFS = VBOXSERVICE_TIMESYNC
34VBoxService_DEFS.win += _WIN32_WINNT=0x0501 _UNICODE UNICODE
35VBoxService_DEFS.os2 = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD
36ifdef VBOX_WITH_GUEST_PROPS
37 VBoxService_DEFS.win += VBOX_WITH_GUEST_PROPS VBOXSERVICE_VMINFO
38endif
39VBoxService_SOURCES = \
40 VBoxService.cpp \
41 VBoxServiceTimeSync.cpp
42VBoxService_SOURCES.win = \
43 VBoxService-win.cpp \
44 VBoxServiceVMInfo.cpp \
45 VBoxServiceVMInfo-win.cpp
46VBoxService_SOURCES.os2 = \
47 VBoxService-os2.def \
48 VBoxServiceClipboard-os2.cpp
49VBoxService_LIBS = \
50 $(VBOX_LIB_IPRT_GUEST_R3) \
51 $(VBOX_LIB_VBGL_R3) \
52 $(VBOX_LIB_IPRT_GUEST_R3)
53ifdef VBOX_WITH_GUEST_PROPS
54 VBoxService_LIBS.win += \
55 Secur32.lib \
56 WtsApi32.lib \
57 Psapi.lib
58endif
59
60include $(KBUILD_PATH)/subfooter.kmk
61
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