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 |
|
---|
13 | SUB_DEPTH = ../../../../..
|
---|
14 | include $(KBUILD_PATH)/subheader.kmk
|
---|
15 |
|
---|
16 | # This is only used in the 32-bit build (see ../Stub/Makefile.kmk).
|
---|
17 | if "$(KBUILD_TARGET_ARCH)" == "x86"
|
---|
18 |
|
---|
19 | PROGRAMS.x86 += VBoxStubBld
|
---|
20 | VBoxStubBld_TEMPLATE= VBOXBLDPROG
|
---|
21 | VBoxStubBld_DEFS = _WIN32_WINNT=0x0400
|
---|
22 | VBoxStubBld_SOURCES = \
|
---|
23 | VBoxStubBld.cpp
|
---|
24 | VBoxStubBld_LIBS = \
|
---|
25 | $(PATH_SDK_W2K3DDK_LIB)/Msi.lib
|
---|
26 |
|
---|
27 | VBoxStubBld.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
|
---|
28 | VBoxStubBld.cpp_DEPS = $(VBOX_SVN_REV_KMK)
|
---|
29 |
|
---|
30 | endif # x86 only
|
---|
31 |
|
---|
32 | include $(KBUILD_PATH)/subfooter.kmk
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.