Changeset 12729 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Sep 25, 2008 1:21:52 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37051
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r12691 r12729 122 122 vboxnetflt_LIBS = \ 123 123 $(PATH_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB) 124 ## vboxflt resolves all the IPRT bits from vboxdrv. 124 ## @todo vboxflt should resolves all the IPRT bits from vboxdrv. 125 vboxnetflt_LIBS += \ 126 $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) 125 127 vboxnetflt_SOURCES.linux = linux/VBoxNetFlt-linux.c 126 128 vboxnetflt_SOURCES.solaris = solaris/VBoxNetFlt-solaris.c
Note:
See TracChangeset
for help on using the changeset viewer.