Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Storahci Initial changeset #13

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions reactos/drivers/storage/storahci/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

MINIMUM_NT_TARGET_VERSION=0x502
!INCLUDE $(NTMAKEENV)\makefile.def
9 changes: 9 additions & 0 deletions reactos/drivers/storage/storahci/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
TARGETNAME = storahci
TARGETTYPE = MINIPORT

MSC_WARNING_LEVEL=/W4
TARGETLIBS=$(DDK_LIB_PATH)\storport.lib

INCLUDES = %BUILD%\inc
LIBS = %BUILD%\lib
SOURCES = storahci.c
Loading