mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
9 lines
131 B
Makefile
9 lines
131 B
Makefile
MODULE = scsiport.sys
|
|
IMPORTS = ntoskrnl.exe
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
scsiport.c
|
|
|
|
@MAKE_DLL_RULES@
|