diff --git a/Ext4Fsd/ext3/sources b/Ext4Fsd/ext3/SOURCES similarity index 95% rename from Ext4Fsd/ext3/sources rename to Ext4Fsd/ext3/SOURCES index e839d48..2f49073 100644 --- a/Ext4Fsd/ext3/sources +++ b/Ext4Fsd/ext3/SOURCES @@ -1,28 +1,28 @@ -# -# Sources for Ext2 file system driver for windows -# mattwu@163.com - http://www.ext2fsd.com -# - -# Name and type of the output file: -MAJORCOMP=ext2fsd -MINORCOMP=ext3 - -TARGETNAME=ext3 -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= generic.c htree.c recover.c indirect.c +# +# Sources for Ext2 file system driver for windows +# mattwu@163.com - http://www.ext2fsd.com +# + +# Name and type of the output file: +MAJORCOMP=ext2fsd +MINORCOMP=ext3 + +TARGETNAME=ext3 +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= generic.c htree.c recover.c indirect.c diff --git a/Ext4Fsd/ext4/SOURCES b/Ext4Fsd/ext4/SOURCES index 7214bf8..4a99a3c 100644 --- a/Ext4Fsd/ext4/SOURCES +++ b/Ext4Fsd/ext4/SOURCES @@ -1,29 +1,29 @@ -# -# Sources for Ext2 file system driver for windows -# mattwu@163.com - http://www.ext2fsd.com -# - -# Name and type of the output file: -MAJORCOMP=ext2fsd -MINORCOMP=ext4 - -TARGETNAME=ext4 -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 for Ext2 file system driver for windows +# mattwu@163.com - http://www.ext2fsd.com +# + +# Name and type of the output file: +MAJORCOMP=ext2fsd +MINORCOMP=ext4 + +TARGETNAME=ext4 +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= ext4_bh.c ext4_csum.c ext4_extents.c ext4_jbd2.c ext4_xattr.c \ - extents.c + extents.c diff --git a/Ext4Fsd/jbd/sources b/Ext4Fsd/jbd/SOURCES similarity index 95% rename from Ext4Fsd/jbd/sources rename to Ext4Fsd/jbd/SOURCES index 9a26be6..b913c7d 100644 --- a/Ext4Fsd/jbd/sources +++ b/Ext4Fsd/jbd/SOURCES @@ -1,29 +1,29 @@ -# -# 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=jbd - -TARGETNAME=jbd -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=recovery.c replay.c revoke.c +# +# 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=jbd + +TARGETNAME=jbd +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=recovery.c replay.c revoke.c diff --git a/Ext4Fsd/nls/sources b/Ext4Fsd/nls/SOURCES similarity index 97% rename from Ext4Fsd/nls/sources rename to Ext4Fsd/nls/SOURCES index b67d013..2846cae 100644 --- a/Ext4Fsd/nls/sources +++ b/Ext4Fsd/nls/SOURCES @@ -1,48 +1,48 @@ -# -# 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=nlssup - -TARGETNAME=nlssup -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=nls_base.c nls_cp1250.c \ - nls_cp1251.c nls_cp1255.c \ - nls_cp437.c nls_cp737.c \ - nls_cp775.c nls_cp850.c \ - nls_cp852.c nls_cp855.c \ - nls_cp857.c nls_cp860.c \ - nls_cp861.c nls_cp862.c \ - nls_cp863.c nls_cp864.c \ - nls_cp865.c nls_cp866.c \ - nls_cp869.c nls_cp874.c \ - nls_cp932.c nls_cp936.c \ - nls_cp949.c nls_cp950.c \ - nls_euc-jp.c nls_koi8-r.c \ - nls_ascii.c nls_iso8859-1.c \ - nls_iso8859-13.c nls_iso8859-14.c \ - nls_iso8859-15.c nls_iso8859-2.c \ - nls_iso8859-3.c nls_iso8859-4.c \ - nls_iso8859-5.c nls_iso8859-6.c \ - nls_iso8859-7.c nls_iso8859-9.c \ - nls_koi8-ru.c nls_koi8-u.c \ - nls_utf8.c +# +# 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=nlssup + +TARGETNAME=nlssup +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=nls_base.c nls_cp1250.c \ + nls_cp1251.c nls_cp1255.c \ + nls_cp437.c nls_cp737.c \ + nls_cp775.c nls_cp850.c \ + nls_cp852.c nls_cp855.c \ + nls_cp857.c nls_cp860.c \ + nls_cp861.c nls_cp862.c \ + nls_cp863.c nls_cp864.c \ + nls_cp865.c nls_cp866.c \ + nls_cp869.c nls_cp874.c \ + nls_cp932.c nls_cp936.c \ + nls_cp949.c nls_cp950.c \ + nls_euc-jp.c nls_koi8-r.c \ + nls_ascii.c nls_iso8859-1.c \ + nls_iso8859-13.c nls_iso8859-14.c \ + nls_iso8859-15.c nls_iso8859-2.c \ + nls_iso8859-3.c nls_iso8859-4.c \ + nls_iso8859-5.c nls_iso8859-6.c \ + nls_iso8859-7.c nls_iso8859-9.c \ + nls_koi8-ru.c nls_koi8-u.c \ + nls_utf8.c diff --git a/Ext4Fsd/sys/SOURCES b/Ext4Fsd/sys/SOURCES index 783a217..ed3e325 100644 --- a/Ext4Fsd/sys/SOURCES +++ b/Ext4Fsd/sys/SOURCES @@ -1,63 +1,63 @@ -# -# Sources for Ext2 file system driver for windows -# mattwu@163.com - http://ext2fsd.sf.net -# - -# Name and type of the output file: -TARGETNAME=ext2fsd -TARGETTYPE=DRIVER -TARGETPATH=..\$(DDK_TARGET_OS)\$(DDKBUILDENV) - -DRIVERTYPE=FS - -# -# 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 - -INCLUDES=..\include; -TARGETLIBS= $(TARGETPATH)\*\nlssup.lib \ - $(TARGETPATH)\*\jbd2.lib \ - $(TARGETPATH)\*\ext3.lib \ - $(TARGETPATH)\*\ext4.lib - -!IF "$(DDK_TARGET_OS)"=="Win2K" -TARGETLIBS= $(TARGETLIBS) \ - $(DDK_LIB_PATH)\int64.lib -!ENDIF - -# The source code: -SOURCES= ..\Ext4Fsd.rc \ - ..\access.c \ - ..\fastio.c \ - ..\memory.c \ - ..\close.c \ - ..\dirctl.c \ - ..\except.c \ - ..\read.c \ - ..\misc.c \ - ..\devctl.c \ - ..\volinfo.c \ - ..\lock.c \ - ..\cleanup.c \ - ..\block.c \ - ..\cmcb.c \ - ..\fileinfo.c \ - ..\dispatch.c \ - ..\init.c \ - ..\debug.c \ - ..\create.c \ - ..\fsctl.c \ - ..\pnp.c \ - ..\rbtree.c \ - ..\write.c \ - ..\flush.c \ - ..\shutdown.c \ - ..\nls.c \ - ..\linux.c \ - ..\ea.c +# +# Sources for Ext2 file system driver for windows +# mattwu@163.com - http://ext2fsd.sf.net +# + +# Name and type of the output file: +TARGETNAME=ext2fsd +TARGETTYPE=DRIVER +TARGETPATH=..\$(DDK_TARGET_OS)\$(DDKBUILDENV) + +DRIVERTYPE=FS + +# +# 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 + +INCLUDES=..\include; +TARGETLIBS= $(TARGETPATH)\*\nlssup.lib \ + $(TARGETPATH)\*\jbd2.lib \ + $(TARGETPATH)\*\ext3.lib \ + $(TARGETPATH)\*\ext4.lib + +!IF "$(DDK_TARGET_OS)"=="Win2K" +TARGETLIBS= $(TARGETLIBS) \ + $(DDK_LIB_PATH)\int64.lib +!ENDIF + +# The source code: +SOURCES= ..\Ext4Fsd.rc \ + ..\access.c \ + ..\fastio.c \ + ..\memory.c \ + ..\close.c \ + ..\dirctl.c \ + ..\except.c \ + ..\read.c \ + ..\misc.c \ + ..\devctl.c \ + ..\volinfo.c \ + ..\lock.c \ + ..\cleanup.c \ + ..\block.c \ + ..\cmcb.c \ + ..\fileinfo.c \ + ..\dispatch.c \ + ..\init.c \ + ..\debug.c \ + ..\create.c \ + ..\fsctl.c \ + ..\pnp.c \ + ..\rbtree.c \ + ..\write.c \ + ..\flush.c \ + ..\shutdown.c \ + ..\nls.c \ + ..\linux.c \ + ..\ea.c