Changeset 14408 in vbox
- Timestamp:
- Nov 20, 2008 1:15:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r14401 r14408 583 583 define def_vbox_slirp_cflags 584 584 $(file)_DEFS = VBOX_WITH_SIMPLIFIED_SLIRP_SYNC 585 $(file)_DEFS += VBOX_WITH_BSD_REASS VBOX_WITH_BSD_TCP_REASS 585 586 ifeq ($(KBUILD_TARGET),win) 586 587 $(file)_CFLAGS = -wd4018 587 588 else 588 589 $(file)_CFLAGS = -Wno-sign-compare 589 # $(file)_DEFS += VBOX_WITH_BSD_REASS VBOX_WITH_BSD_TCP_REASS590 590 endif 591 591 endef
Note:
See TracChangeset
for help on using the changeset viewer.