VirtualBox

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

Last change on this file since 6356 was 6356, checked in by vboxsync, 17 years ago

Integrated VbglR3Daemonize in GuestR3Lib. Linux vboxclient now uses it. Renamed LINUX_CLIPBOARD to VBOX_X11_CLIPBOARD. clipboard-new has the clipboard implemetation using R3 lib, currently used only by Solaris. Note: this change affects OS2, linux, solaris so someone should check for build breaks on OS2.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1# $Id: Makefile.kmk 6356 2008-01-15 13:27:51Z vboxsync $
2## @file
3# Makefile for the Cross Platform Guest Addition Services.
4#
5
6#
7# Copyright (C) 2007 innotek GmbH
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
18DEPTH ?= ../../../../..
19SUB_DEPTH = ../..
20include $(PATH_KBUILD)/subheader.kmk
21
22#
23# VBoxService.exe
24#
25PROGRAMS += VBoxService
26VBoxService_TEMPLATE = VBOXGUESTR3EXE
27VBoxService_DEFS = VBOXSERVICE_TIMESYNC
28VBoxService_DEFS.os2 = VBOX_HGCM VBOXSERVICE_CLIPBOARD
29VBoxService_SOURCES = \
30 VBoxService.cpp \
31 VBoxServiceTimeSync.cpp
32VBoxService_SOURCES.os2 = \
33 VBoxService-os2.def \
34 VBoxServiceClipboard-os2.cpp
35VBoxService_LIBS = \
36 $(VBOX_LIB_VBGL_R3) \
37 $(VBOX_LIB_IPRT_GUEST_R3)
38
39include $(PATH_KBUILD)/subfooter.kmk
40
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