VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk@ 60020

Last change on this file since 60020 was 56301, checked in by vboxsync, 9 years ago

*.kmk: Updated (C) year.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1# $Id: Makefile.kmk 56301 2015-06-09 14:38:36Z vboxsync $
2## @file
3# Sub-Makefile for the Windows NT Additions Tools.
4#
5
6# Copyright (C) 2012-2015 Oracle Corporation
7#
8# This file is part of VirtualBox Open Source Edition (OSE), as
9# available from http://www.virtualbox.org. This file is free software;
10# you can redistribute it and/or modify it under the terms of the GNU
11# General Public License (GPL) as published by the Free Software
12# Foundation, in version 2 as it comes in the "COPYING" file of the
13# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15#
16
17SUB_DEPTH = ../../../../..
18include $(KBUILD_PATH)/subheader.kmk
19
20PROGRAMS += VBoxCertUtil
21
22VBoxCertUtil_TEMPLATE = NewVBoxGuestR3Exe
23VBoxCertUtil_SOURCES = \
24 VBoxCertUtil.cpp \
25 VBoxCertUtil.rc
26VBoxCertUtil_LIBS = \
27 crypt32.lib
28
29#
30# The icon is configurable.
31#
32VBoxCertUtil.rc_INCS = $(VBoxCertUtil_0_OUTDIR)
33VBoxCertUtil.rc_DEPS = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc
34VBoxCertUtil.rc_CLEAN = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc
35
36# Icon include file.
37$$(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxCertUtil_DEFPATH)/Makefile.kmk | $$(dir $$@)
38 $(RM) -f $@
39 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"'
40
41include $(FILE_KBUILD_SUB_FOOTER)
42
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