Changeset 13720 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Oct 31, 2008 3:02:40 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38688
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r13707 r13720 111 111 endif # signing 112 112 113 # 114 # WinNetConfig - static library with host network interface config API 115 # 116 LIBRARIES.win += WinNetConfig 117 WinNetConfig_TEMPLATE = VBOXR3STATIC 118 WinNetConfig_DEFS = _WIN32_WINNT=0x0500 _UNICODE UNICODE 119 WinNetConfig_SDKS = WINPSDK W2K3DDK 120 WinNetConfig_SOURCES = \ 121 win/WinNetConfig.cpp 113 122 114 123 else if1of ($(KBUILD_TARGET), linux solaris)
Note:
See TracChangeset
for help on using the changeset viewer.