mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
249 B
4 lines
249 B
$(O)\usbdp.lib : usbd.src $(IMPLIB_DEPEND)
|
|
cl /nologo /c /D_X86_ /DNO_DEF_ALIAS /EP /Tc usbd.src > $(O)\usbdp.def
|
|
link -lib -nologo -out:$(O)\usbdp.lib -def:$(O)\usbdp.def -machine:IX86 $(IMPLIB_DEPEND)
|
|
copy $(O)\usbdp.lib $(O)\usbd.lib
|