Fix #includes and build a shared library.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Jun 2019 11:05:34 +0000 (12:05 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 8 Mar 2020 08:17:37 +0000 (09:17 +0100)
commit89c456b2333245b8dc4a80deb0f1aabf4f021184
treef707cb684006f1cad0d1691afd88a8a00d386473
parent4eee448d748594c711b80d46877e4fb413246eeb
Fix #includes and build a shared library.
29 files changed:
Makefile
blockdev/CMakeLists.txt
blockdev/linux/file_dev.h
blockdev/windows/file_windows.h
include/ext4.h
include/ext4_balloc.h
include/ext4_bcache.h
include/ext4_bitmap.h
include/ext4_block_group.h
include/ext4_blockdev.h
include/ext4_crc32.h
include/ext4_debug.h
include/ext4_dir.h
include/ext4_dir_idx.h
include/ext4_errno.h
include/ext4_extent.h
include/ext4_fs.h
include/ext4_hash.h
include/ext4_ialloc.h
include/ext4_inode.h
include/ext4_journal.h
include/ext4_mbr.h
include/ext4_mkfs.h
include/ext4_super.h
include/ext4_trans.h
include/ext4_types.h
include/ext4_xattr.h
toolchain/generic.cmake
toolchain/mingw.cmake