Makefile.kmk revision 3ad96deedaeae14c9c7ce2ec08a226e4804466dc
af062818b47340eef15700d2f0211576ba3506eevboxsync# $Id$
af062818b47340eef15700d2f0211576ba3506eevboxsync## @file
af062818b47340eef15700d2f0211576ba3506eevboxsync# Sub-Makefile for VBoxDisp.dll.
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsync#
af062818b47340eef15700d2f0211576ba3506eevboxsync# Copyright (C) 2006-2007 Sun Microsystems, Inc.
ee6bcfc59fe3b0230aad85e2ef63d0402b7719b2vboxsync#
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# available from http://www.virtualbox.org. This file is free software;
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# you can redistribute it and/or modify it under the terms of the GNU
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# General Public License (GPL) as published by the Free Software
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync#
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
af062818b47340eef15700d2f0211576ba3506eevboxsync# Clara, CA 95054 USA or visit http://www.sun.com if you need
af062818b47340eef15700d2f0211576ba3506eevboxsync# additional information or have any questions.
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync#
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncDEPTH ?= ../../../../../..
af062818b47340eef15700d2f0211576ba3506eevboxsyncSUB_DEPTH = ../../..
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(KBUILD_PATH)/subheader.kmk
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncSYSMODS += VBoxDisp
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_TEMPLATE = VBOXGUESTR0
af062818b47340eef15700d2f0211576ba3506eevboxsyncifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxDisp_NOINST = true
af062818b47340eef15700d2f0211576ba3506eevboxsyncendif
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_SYSSUFF = .dll
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_DEFS = _WIN32_WINNT=0x0501 LOG_TO_BACKDOOR VBOX_WITH_DDRAW VBOX_WITH_OPENGL
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_INCS = ../../include
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_DEFS += VBOX_VBVA_ADJUST_RECT
af062818b47340eef15700d2f0211576ba3506eevboxsync#VBoxDisp_DEFS += LOG_ENABLED
af062818b47340eef15700d2f0211576ba3506eevboxsync#VBoxDisp_DEFS += STAT_sunlover
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_SOURCES = \
af062818b47340eef15700d2f0211576ba3506eevboxsync color.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync debug.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync enable.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync palette.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync pointer.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync screen.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync drv.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync dd.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync vbva.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync vrdp.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync vrdpbmp.c \
589fd26cedb2b4ebbed14f2964cad03cc8ebbca2vboxsync vrdptext.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync vbox.c \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxDisp.def \
af062818b47340eef15700d2f0211576ba3506eevboxsync VBoxDisp.rc
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_LDFLAGS.x86 = /Entry:DrvEnableDriver@12
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_LDFLAGS.amd64 = /Entry:DrvEnableDriver
af062818b47340eef15700d2f0211576ba3506eevboxsyncVBoxDisp_LIBS = \
af062818b47340eef15700d2f0211576ba3506eevboxsync $(PATH_SDK_W2K3DDK_LIB)/win32k.lib \
af062818b47340eef15700d2f0211576ba3506eevboxsync $(VBOX_LIB_IPRT_GUEST_R0)
af062818b47340eef15700d2f0211576ba3506eevboxsync
af062818b47340eef15700d2f0211576ba3506eevboxsyncinclude $(KBUILD_PATH)/subfooter.kmk
af062818b47340eef15700d2f0211576ba3506eevboxsync