VirtualBox

source: vbox/trunk/src/VBox/Installer/win/StubBld/Makefile.kmk@ 31659

Last change on this file since 31659 was 31659, checked in by vboxsync, 15 years ago

export Windows installer to OSE

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 682 bytes
Line 
1# $Id: Makefile.kmk 31659 2010-08-13 15:13:08Z vboxsync $
2## @file
3# Sub-Makefile for the stub builder.
4#
5
6#
7# Copyright (C) 2009 Oracle Corporation
8#
9# Oracle Corporation confidential
10# All rights reserved
11#
12
13SUB_DEPTH = ../../../../..
14include $(KBUILD_PATH)/subheader.kmk
15
16# This is only used in the 32-bit build (see ../Stub/Makefile.kmk).
17if "$(KBUILD_TARGET_ARCH)" == "x86"
18
19PROGRAMS.x86 += VBoxStubBld
20VBoxStubBld_TEMPLATE= VBOXBLDPROG
21VBoxStubBld_DEFS = _WIN32_WINNT=0x0400
22VBoxStubBld_SOURCES = \
23 VBoxStubBld.cpp
24VBoxStubBld_LIBS = \
25 $(PATH_SDK_W2K3DDK_LIB)/Msi.lib
26
27VBoxStubBld.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
28VBoxStubBld.cpp_DEPS = $(VBOX_SVN_REV_KMK)
29
30endif # x86 only
31
32include $(KBUILD_PATH)/subfooter.kmk
33
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette