Changeset 17854 in vbox
- Timestamp:
- Mar 13, 2009 6:16:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r16804 r17854 74 74 SUPR3_TEMPLATE = VBOXR3 75 75 endif 76 SUPR3_DEFS = IN_SUP_R3 IN_RT_R377 ifdef VBOX_WITH_SUPSVC 78 SUPR3_DEFS += VBOX_WITH_SUPSVC79 endif 76 SUPR3_DEFS = \ 77 IN_SUP_R3 IN_RT_R3 \ 78 $(if $(VBOX_WITH_SUPSVC),VBOX_WITH_SUPSVC) \ 79 $(if $(VBOX_WITH_MAIN),VBOX_WITH_MAIN,) 80 80 SUPR3_INCS := $(PATH_SUB_CURRENT) 81 81 SUPR3_INCS.l4 = $(L4_INCDIR) … … 92 92 SUPR3HardenedStatic_TEMPLATE = VBOXR3HARDENEDLIB 93 93 SUPR3HardenedStatic_DEFS = IN_SUP_HARDENED_R3 94 ifdef VBOX_WITH_SUPSVC 95 SUPR3HardenedStatic_DEFS += VBOX_WITH_SUPSVC 96 endif 94 SUPR3HardenedStatic_DEFS += \ 95 $(if $(VBOX_WITH_SUPSVC),VBOX_WITH_SUPSVC,) \ 96 $(if $(VBOX_WITH_MAIN),VBOX_WITH_MAIN,) 97 97 SUPR3HardenedStatic_INCS = . 98 98 SUPR3HardenedStatic_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.