projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Remove unneeded comments.
[wine]
/
dlls
/
usbd.sys
/
Makefile.in
1
MODULE = usbd.sys
2
IMPORTLIB = usbd.sys
3
IMPORTS = ntoskrnl.exe
4
EXTRADLLFLAGS = -Wb,--subsystem,native
5
6
C_SRCS = \
7
usbd.c
8
9
@MAKE_DLL_RULES@