VirtualBox

source: vbox/trunk/src/VBox/Installer/win/Stub/Makefile.kmk@ 37991

Last change on this file since 37991 was 37991, checked in by vboxsync, 13 years ago

Build fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 KB
Line 
1# $Id: Makefile.kmk 37991 2011-07-18 09:26:43Z vboxsync $
2## @file
3# Sub-Makefile for the stub installer.
4#
5
6#
7# Copyright (C) 2009 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
21# This has to be 32-bit, so don't include it in the 64-bit build.
22if "$(KBUILD_TARGET_ARCH)" == "x86"
23
24TEMPLATE_VBOXSTUB = Drop the signing, we will sign it later.
25TEMPLATE_VBOXSTUB_EXTENDS = VBOXR3STATIC
26TEMPLATE_VBOXSTUB_POST_CMDS = $(NO_SUCH_VARIABLE)
27
28PROGRAMS.x86 += VBoxStub
29VBoxStub_TEMPLATE= VBOXSTUB
30VBoxStub_DEFS = _WIN32_WINNT=0x0501 IN_RT_R3
31VBoxStub_SOURCES = \
32 VBoxStub.cpp \
33 VBoxStub.rc
34VBoxStub_SDKS += \
35 VBOX_NTDLL
36VBoxStub_LIBS = \
37 $(VBOX_LIB_RUNTIME_STATIC) \
38 $(PATH_SDK_W2K3DDK_LIB)\Msi.lib
39
40VBoxStub.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
41VBoxStub.cpp_DEPS = $(VBOX_SVN_REV_KMK)
42
43# The icon location is configurable.
44VBoxStub.rc_INCS += $(VBoxStub_0_OUTDIR)
45VBoxStub.rc_DEPS += \
46 $(VBoxStub_0_OUTDIR)/VBoxStub-icon.rc \
47 $(VBoxStub_0_OUTDIR)/VBoxStub-manifest.rc
48VBoxStub.rc_CLEAN = \
49 $(VBoxStub_0_OUTDIR)/VBoxStub-icon.rc \
50 $(VBoxStub_0_OUTDIR)/VBoxStub-manifest.rc
51
52# Icon include file.
53$$(VBoxStub_0_OUTDIR)/VBoxStub-icon.rc: $(VBOX_WINDOWS_ICON_FILE) $(MAKEFILE_CURRENT) | $$(dir $$@)
54 $(APPEND) -t $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"'
55
56# Manifest.
57VBOX_STUB_MANIFEST_FILE := $(PATH_SUB_CURRENT)/VBoxStub.manifest
58$$(VBoxStub_0_OUTDIR)/VBoxStub-manifest.rc: $(VBOX_STUB_MANIFEST_FILE) $(MAKEFILE_CURRENT) | $$(dir $$@)
59 $(APPEND) -t $@ 'APP_MANIFEST RT_MANIFEST "$(subst /,\\,$(VBOX_STUB_MANIFEST_FILE))"'
60
61endif # x86 only
62
63include $(KBUILD_PATH)/subfooter.kmk
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