Changeset 50057 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Jan 13, 2014 2:25:21 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91558
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/Makefile.kmk
r48178 r50057 14 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 #17 18 #19 # Recommended kmk flags:20 #21 # VBOX_WITH_NAT_SERVICE=122 # VBOX_WITH_LWIP_NAT=123 16 # 24 17 … … 102 95 103 96 104 define def_vbox_lwip_flags # VAR_BaseName, path/to/lwip/dir105 $(strip $1)_INCS += $(foreach incdir, $(LWIP_INCS), $(strip $2)/$(incdir))106 endef107 108 97 define _def_vbox_lwip_use # VAR_BaseName, path/to/lwip/dir 109 98 $(strip $1)_SOURCES += \ … … 112 101 # if individual lwip files need special settings, add them here: 113 102 # $(strip $2)/src/foo/bar.c_CFLAGS += -magic 103 endef 104 105 define def_vbox_lwip_flags # VAR_BaseName, path/to/lwip/dir 106 $(strip $1)_INCS += $(foreach incdir, $(LWIP_INCS), $(strip $2)/$(incdir)) 114 107 endef 115 108
Note:
See TracChangeset
for help on using the changeset viewer.