VirtualBox

Changeset 48108 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 28, 2013 12:06:44 AM (11 years ago)
Author:
vboxsync
Message:

VBoxLwipCore.cpp is a generic wrapper for lwip, so it should live
alongside lwip. This removes Devices/Network from the list of
mandatory include directories (this will be necessary for component
specific lwipopts.h).

Location:
trunk/src/VBox
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/lwip-new/Makefile.kmk

    r48001 r48108  
    2626    Network/lwip-new/src/include/ipv4 \
    2727    Network/lwip-new/src/include/ipv6 \
     28    Network/lwip-new/vbox \
    2829    Network/lwip-new/vbox/include
    2930
     
    9192    Network/lwip-new/src/netif/slipif.c \
    9293    Network/lwip-new/vbox/sys_arch.c \
    93     Network/VBoxLwipCore.cpp
     94    Network/lwip-new/vbox/VBoxLwipCore.cpp
    9495
    9596ifeq ($(USERNAME), vvl)
  • trunk/src/VBox/NetworkServices/NAT/Makefile.kmk

    r48001 r48108  
    4545VBoxNetLwipNAT_TEMPLATE := VBOXMAIN$(if-expr defined(VBOX_WITH_HARDENING),DLL,CLIENTEXE)
    4646VBoxNetLwipNAT_NAME = VBoxNetNAT
    47 VBoxNetLwipNAT_INCS += ../../Devices/Network \
    48         ../../Devices/Network/lwip-new/vbox # testproxy.h
     47VBoxNetLwipNAT_INCS += ../../Devices/Network
    4948VBoxNetLwipNAT_DEFS += ${LWIP_DEFS}
    5049VBoxNetLwipNAT_DEFS.win += _WIN32_WINNT=0x501 # Windows XP
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette