Changeset 25870 in vbox for trunk/src/VBox
- Timestamp:
- Jan 15, 2010 5:04:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r25869 r25870 843 843 $(file)_INCS += $(1)/slirp 844 844 $(file)_INCS += $(1)/slirp/dnsproxy 845 $(file)_CFLAGS += -Wno-shadow 845 ifneq ($(KBUILD_TARGET),win) 846 $(file)_CFLAGS += -Wno-shadow 847 endif 846 848 endef 847 849 $(foreach file,$(VBOX_SLIRP_ALIAS_SOURCES),$(eval $(call def_vbox_slirp_cflags, Network)))
Note:
See TracChangeset
for help on using the changeset viewer.