VirtualBox

Changeset 70364 in vbox for trunk/src


Ignore:
Timestamp:
Dec 27, 2017 5:12:59 PM (7 years ago)
Author:
vboxsync
Message:

VBoxMouseNT: Just build for NT3.x while we're at it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Mouse/NT4/Makefile.kmk

    r70337 r70364  
    2121SYSMODS.x86 += VBoxMouseNT
    2222VBoxMouseNT_TEMPLATE    = VBOXGUESTR0
    23 VBoxMouseNT_DEFS        = LOG_TO_BACKDOOR
     23VBoxMouseNT_DEFS        = LOG_TO_BACKDOOR RT_WITHOUT_NOCRT_WRAPPERS TARGET_NT3
    2424VBoxMouseNT_SDKS        = ReorderCompilerIncs $(VBOX_WINDDK_GST_NT4)
    2525VBoxMouseNT_INCS        = \
     
    2828VBoxMouseNT_SOURCES     = \
    2929        VBoxPS2NT.cpp \
    30         VBoxPS2NT.rc
     30        VBoxPS2NT.rc \
     31       ../../../../Runtime/r0drv/nt/nt3fakes-r0drv-nt.cpp \
     32       ../../../../Runtime/r0drv/nt/nt3fakesA-r0drv-nt.asm \
     33       ../../../../Runtime/common/string/strcmp.asm \
     34       ../../../../Runtime/common/string/strchr.asm
    3135VBoxMouseNT_LIBS        = \
    3236        $(VBOX_LIB_IPRT_GUEST_R0_NT4) \
    3337        $(VBOX_LIB_VBGL_R0) \
    34         $(if-expr defined(VBOX_WITH_NT3_ADDITIONS),$(PATH_SDK_$(VBOX_WINDDK_GST_NT4)_LIB)/int64.lib,) \
     38        $(PATH_SDK_$(VBOX_WINDDK_GST_NT4)_LIB)/int64.lib \
    3539        $(PATH_SDK_$(VBOX_WINDDK_GST_NT4)_LIB)/exsup.lib \
    3640        $(PATH_SDK_$(VBOX_WINDDK_GST_NT4)_LIB)/ntoskrnl.lib \
     
    3943        $(VBoxMouseNT_0_OUTDIR)/VBoxMouseNT.pdb
    4044VBoxMouseNT_USES.win += vboximportchecker
    41 ifndef VBOX_WITH_NT3_ADDITIONS
    42  VBoxMouseNT_VBOX_IMPORT_CHECKER.win.x86 = nt4/r0
    43 else
    44  VBoxMouseNT_DEFS      += RT_WITHOUT_NOCRT_WRAPPERS TARGET_NT3
    45  VBoxMouseNT_SOURCES   += \
    46        ../../../../Runtime/r0drv/nt/nt3fakes-r0drv-nt.cpp \
    47        ../../../../Runtime/r0drv/nt/nt3fakesA-r0drv-nt.asm \
    48        ../../../../Runtime/common/string/strcmp.asm \
    49        ../../../../Runtime/common/string/strchr.asm
    50  VBoxMouseNT_VBOX_IMPORT_CHECKER.win.x86 = nt31/r0 #nt350/r0
    51  VBoxMouseNT_LDFLAGS +=
    52 endif
    53 
     45VBoxMouseNT_VBOX_IMPORT_CHECKER.win.x86 = nt31/r0
    5446
    5547include $(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