Changeset 93341 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jan 19, 2022 10:53:38 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149416
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r93322 r93341 229 229 230 230 # 231 # WinNetConfig - static library with host network interface config API 231 # WinNetConfig - static library with host network interface config API (for the installer) 232 232 # 233 233 LIBRARIES.win += WinNetConfig 234 WinNetConfig_TEMPLATE = VB OXR3STATIC234 WinNetConfig_TEMPLATE = VBoxR3StaticDllNoAsan 235 235 WinNetConfig_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 236 236 WinNetConfig_DEFS = _WIN32_WINNT=0x0501 _UNICODE UNICODE -
trunk/src/VBox/HostDrivers/win/Makefile.kmk
r93115 r93341 28 28 include $(KBUILD_PATH)/subheader.kmk 29 29 30 # For the installer helpers 30 31 LIBRARIES += VBoxDrvCfg 31 VBoxDrvCfg_TEMPLATE = VB OXR3STATIC32 VBoxDrvCfg_TEMPLATE = VBoxR3StaticDllNoAsan 32 33 VBoxDrvCfg_SDKS = ReorderCompilerIncs $(VBOX_WINPSDK) $(VBOX_WINDDK) 33 34 VBoxDrvCfg_DEFS = _WIN32_WINNT=0x0501 _UNICODE UNICODE
Note:
See TracChangeset
for help on using the changeset viewer.