mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[BTRFSLIB]
Sync to 1.0 CORE-13763 svn path=/trunk/; revision=75796
This commit is contained in:
parent
925c2e9d2f
commit
8e31783cb7
3 changed files with 511 additions and 329 deletions
|
@ -5,7 +5,7 @@ The following FSD are shared with: https://github.com/maharmstone/btrfs.
|
|||
|
||||
reactos/drivers/filesystems/btrfs # Synced to 1.0
|
||||
reactos/dll/shellext/shellbtrfs # Synced to 1.0
|
||||
reactos/sdk/lib/fslib/btrfslib # Synced to 0.8
|
||||
reactos/sdk/lib/fslib/btrfslib # Synced to 1.0
|
||||
|
||||
The following FSD are shared with: http://www.ext2fsd.com/
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/drivers/filesystems/btrfs)
|
||||
|
||||
add_library(btrfslib btrfslib.c)
|
||||
add_dependencies(btrfslib psdk)
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue