mirror of
https://github.com/reactos/wine.git
synced 2025-02-24 23:10:48 +00:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
MODULE = scsiport.sys
|
|
IMPORTS = ntoskrnl.exe
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
|
|
C_SRCS = \
|
|
scsiport.c
|