mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
c3bcd6cec5
- Moved DOS ASPI functionality to msdos/dosaspi.c. - Got rid using PROFILE to get SCSI info from wine.conf. - Read scsi info from /proc/scsi/scsi. - Added setting of a reasonable timeout when opening a SCSI device (5 minutes, defined in winescsi.h). - ExecScsiCommand now ALWAYS posts, even on error (which is the correct behavior).
19 lines
269 B
Makefile
19 lines
269 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = wnaspi32
|
|
SOVERSION = 1.0
|
|
ALTNAMES = winaspi
|
|
|
|
SPEC_SRCS = wnaspi32.spec winaspi.spec
|
|
|
|
C_SRCS = \
|
|
aspi.c \
|
|
winaspi16.c \
|
|
winaspi32.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|