Changeset 50103 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Jan 19, 2014 5:05:18 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91628
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/Makefile.kmk
r50058 r50103 115 115 # add lwip's own includes 116 116 $(strip $2)_INCS += $(foreach incdir, $(LWIP_INCS), $(strip $3)/$(incdir)) 117 118 # disable lwip assertions for some build types 119 $(strip $2)_DEFS.release += LWIP_NOASSERT 120 $(strip $2)_DEFS.profile += LWIP_NOASSERT 121 $(strip $2)_DEFS.kprofile += LWIP_NOASSERT 117 122 endef 118 123
Note:
See TracChangeset
for help on using the changeset viewer.