Changeset 50005 in vbox for trunk/src/VBox/NetworkServices/NAT/Makefile.kmk
- Timestamp:
- Dec 26, 2013 2:38:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/Makefile.kmk
r49835 r50005 70 70 pxudp.c \ 71 71 pxdns.c \ 72 pxping.c \73 72 fwtcp.c \ 74 73 fwudp.c \ … … 76 75 proxy_dhcp6ds.c \ 77 76 proxy_tftpd.c 77 78 ifeq ($(KBUILD_TARGET),win) 79 # unprivileged Icmp API 80 VBoxNetLwipNAT_SOURCES += pxping_win.c 81 else 82 # raw sockets 83 VBoxNetLwipNAT_SOURCES += pxping.c 84 endif 78 85 79 86 VBoxNetLwipNAT_SOURCES.darwin += rtmon_bsd.c
Note:
See TracChangeset
for help on using the changeset viewer.