#
# Sources for Ext2 file system driver for windows
# mattwu@163.com - http://ext2fsd.sf.net
#

# Name and type of the output file:
MAJORCOMP=ext2fsd
MINORCOMP=jbd2

TARGETNAME=jbd2
TARGETTYPE=LIBRARY
TARGETPATH=..\$(DDK_TARGET_OS)\$(DDKBUILDENV)\

#
# Visual Studio 6.0 BSC support
# VS6.0 doesn't support new-type BSC generated by WDK
#
!IFDEF BROWSER_INFO_SUPPORTED
USER_C_FLAGS = $(USER_C_FLAGS) /D__KERNEL__ /FR
!ELSE
USER_C_FLAGS = $(USER_C_FLAGS) /D__KERNEL__
!ENDIF

DRIVERTYPE=FS

INCLUDES=..\include;.;$(DRIVER_INC_PATH);

# The source code:
SOURCES=journal.c recovery.c revoke.c transaction.c
