Changeset 83789 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Apr 18, 2020 12:07:16 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r82968 r83789 233 233 LIBRARIES.win += WinNetConfig 234 234 WinNetConfig_TEMPLATE = VBOXR3STATIC 235 WinNetConfig_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 235 236 WinNetConfig_DEFS = _WIN32_WINNT=0x0501 _UNICODE UNICODE 236 WinNetConfig_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 237 WinNetConfig_SOURCES = \ 238 win/cfg/VBoxNetCfg.cpp 239 WinNetConfig_INCS.win += $(PATH_TOOL_$(VBOX_VCC_TOOL)_INC) 237 WinNetConfig_INCS.win = $(PATH_TOOL_$(VBOX_VCC_TOOL)_INC) 238 WinNetConfig_SOURCES = win/cfg/VBoxNetCfg.cpp 239 240 # 241 # WinNetConfigNonStatic - static library with host network interface config API 242 # 243 LIBRARIES.win += WinNetConfigNonStatic 244 WinNetConfigNonStatic_TEMPLATE = VBoxR3Dll 245 WinNetConfigNonStatic_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 246 WinNetConfigNonStatic_DEFS = _WIN32_WINNT=0x0501 _UNICODE UNICODE 247 WinNetConfigNonStatic_INCS.win = $(PATH_TOOL_$(VBOX_VCC_TOOL)_INC) 248 WinNetConfigNonStatic_SOURCES = win/cfg/VBoxNetCfg.cpp 240 249 241 250 #
Note:
See TracChangeset
for help on using the changeset viewer.