Changeset 37423 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB
- Timestamp:
- Jun 12, 2011 6:37:56 PM (14 years ago)
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/Makefile.kmk
r36959 r37423 35 35 USBLib_DEFS = IN_USBLIB 36 36 USBLib_DEFS.os2 = STATIC_USBCALLS 37 USBLib_DEFS.win = _WIN32_WINNT=0x0500 37 USBLib_DEFS.win = _WIN32_WINNT=0x0500 38 38 USBLib_SOURCES = \ 39 39 USBLib.cpp \ -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk
r36941 r37423 102 102 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \ 103 103 $(TARGET_VBoxDrvCfg) 104 104 105 105 106 106 # … … 135 135 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \ 136 136 $(TARGET_VBoxDrvCfg) 137 137 138 138 # 139 139 # Install the INF files.
Note:
See TracChangeset
for help on using the changeset viewer.