Changeset 18732 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 6, 2009 9:01:53 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45697
- Location:
- trunk/src/VBox/Main
- Files:
-
- 1 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r18715 r18732 341 341 # Since this is potentially risky, restrict it to the source file 342 342 # needing it. 343 win/NetIf List-win.cpp_INCS.win += $(PATH_TOOL_$(VBOX_VCC_TOOL)_INC)343 win/NetIf-win.cpp_INCS.win += $(PATH_TOOL_$(VBOX_VCC_TOOL)_INC) 344 344 VBoxSVC_LIBS.win += \ 345 345 $(PATH_LIB)/WinNetConfig.lib \ … … 371 371 372 372 ifdef VBOX_WITH_HOSTNETIF_API 373 VBoxSVC_SOURCES.win += win/NetIf List-win.cpp374 VBoxSVC_SOURCES.linux += linux/NetIf List-linux.cpp375 VBoxSVC_SOURCES.os2 += os2/NetIf List-os2.cpp376 VBoxSVC_SOURCES.darwin += darwin/NetIf List-darwin.cpp377 VBoxSVC_SOURCES.solaris += solaris/NetIf List-solaris.cpp373 VBoxSVC_SOURCES.win += win/NetIf-win.cpp 374 VBoxSVC_SOURCES.linux += linux/NetIf-linux.cpp 375 VBoxSVC_SOURCES.os2 += os2/NetIf-os2.cpp 376 VBoxSVC_SOURCES.darwin += darwin/NetIf-darwin.cpp 377 VBoxSVC_SOURCES.solaris += solaris/NetIf-solaris.cpp 378 378 VBoxSVC_DEFS += VBOX_WITH_HOSTNETIF_API 379 379 if1of ($(KBUILD_TARGET), linux darwin solaris)
Note:
See TracChangeset
for help on using the changeset viewer.