mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
9393c6a48b
Move the storahci driver into the port directory.
10 lines
200 B
Text
10 lines
200 B
Text
TARGETNAME = storahci
|
|
TARGETTYPE = MINIPORT
|
|
|
|
MSC_WARNING_LEVEL=/W4
|
|
TARGETLIBS=$(DDK_LIB_PATH)\storport.lib
|
|
|
|
INCLUDES = %BUILD%\inc
|
|
LIBS = %BUILD%\lib
|
|
SOURCES = storahci.c \
|
|
storahci.rc
|