Changeset 37801 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win
- Timestamp:
- Jul 6, 2011 12:16:41 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk
r37423 r37801 53 53 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \ 54 54 $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \ 55 $( TARGET_usbd)55 $(usbd_1_TARGET) 56 56 57 57 # … … 85 85 $(PATH_SDK_W2K3DDK_LIB)/hal.lib \ 86 86 $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \ 87 $( TARGET_usbd)87 $(usbd_1_TARGET) 88 88 89 89 # … … 101 101 $(LIB_RUNTIME) \ 102 102 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \ 103 $( TARGET_VBoxDrvCfg)103 $(VBoxDrvCfg_1_TARGET) 104 104 105 105 … … 118 118 $(LIB_RUNTIME) \ 119 119 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \ 120 $( TARGET_VBoxDrvCfg)120 $(VBoxDrvCfg_1_TARGET) 121 121 122 122 # … … 134 134 $(LIB_RUNTIME) \ 135 135 $(PATH_LIB)/SUPR3$(VBOX_SUFF_LIB) \ 136 $( TARGET_VBoxDrvCfg)136 $(VBoxDrvCfg_1_TARGET) 137 137 138 138 # … … 164 164 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.sys 165 165 166 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.sys: $$( TARGET_VBoxUSB) | $$(dir $$@)166 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.sys: $$(VBoxUSB_1_TARGET) | $$(dir $$@) 167 167 $(INSTALL) -m 644 $< $(@D) 168 168 … … 173 173 $(call VBOX_MAKE_CAT_FN, $(@D),$@) 174 174 175 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.sys: $$( TARGET_VBoxUSBMon) | $$(dir $$@)175 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.sys: $$(VBoxUSBMon_1_TARGET) | $$(dir $$@) 176 176 $(INSTALL) -m 644 $< $(@D) 177 177
Note:
See TracChangeset
for help on using the changeset viewer.