VirtualBox

Changeset 17854 in vbox


Ignore:
Timestamp:
Mar 13, 2009 6:16:08 PM (16 years ago)
Author:
vboxsync
Message:

fixed hardened mess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r16804 r17854  
    7474 SUPR3_TEMPLATE     = VBOXR3
    7575endif
    76 SUPR3_DEFS          = IN_SUP_R3 IN_RT_R3
    77 ifdef VBOX_WITH_SUPSVC
    78  SUPR3_DEFS        += VBOX_WITH_SUPSVC
    79 endif
     76SUPR3_DEFS          = \
     77        IN_SUP_R3 IN_RT_R3 \
     78        $(if $(VBOX_WITH_SUPSVC),VBOX_WITH_SUPSVC) \
     79        $(if $(VBOX_WITH_MAIN),VBOX_WITH_MAIN,)
    8080SUPR3_INCS         := $(PATH_SUB_CURRENT)
    8181SUPR3_INCS.l4       = $(L4_INCDIR)
     
    9292SUPR3HardenedStatic_TEMPLATE = VBOXR3HARDENEDLIB
    9393SUPR3HardenedStatic_DEFS     = IN_SUP_HARDENED_R3
    94 ifdef VBOX_WITH_SUPSVC
    95  SUPR3HardenedStatic_DEFS   += VBOX_WITH_SUPSVC
    96 endif
     94SUPR3HardenedStatic_DEFS    += \
     95        $(if $(VBOX_WITH_SUPSVC),VBOX_WITH_SUPSVC,) \
     96        $(if $(VBOX_WITH_MAIN),VBOX_WITH_MAIN,)
    9797SUPR3HardenedStatic_INCS     = .
    9898SUPR3HardenedStatic_SOURCES  = \
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