VirtualBox

Changeset 42130 in vbox


Ignore:
Timestamp:
Jul 12, 2012 5:36:19 PM (12 years ago)
Author:
vboxsync
Message:

StubBld needs no Msi.lib.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/StubBld/Makefile.kmk

    r41477 r42130  
    2020
    2121# This is only used in the 32-bit build (see ../Stub/Makefile.kmk).
    22 if "$(KBUILD_TARGET_ARCH)" == "x86"
    23 
    2422PROGRAMS.x86 += VBoxStubBld
    2523VBoxStubBld_TEMPLATE= VBOXBLDPROG
    26 VBoxStubBld_DEFS    = _WIN32_WINNT=0x0400
    27 VBoxStubBld_SOURCES = \
    28         VBoxStubBld.cpp
    29 VBoxStubBld_LIBS = \
    30         $(PATH_SDK_W2K3DDK_LIB)/Msi.lib
    31 
    32 VBoxStubBld.cpp_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)
    33 VBoxStubBld.cpp_DEPS = $(VBOX_SVN_REV_KMK)
    34 
    35 endif # x86 only
     24VBoxStubBld_DEFS    = _WIN32_WINNT=0x0400 VBOX_SVN_REV=$(VBOX_SVN_REV) $(VBOX_SVN_REV_KMK)
     25VBoxStubBld_SOURCES = VBoxStubBld.cpp
    3626
    3727include $(FILE_KBUILD_SUB_FOOTER)
Note: See TracChangeset for help on using the changeset viewer.

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