VVVVVV/third_party/physfs
Misa 146678aac4 Make PhysFS RWops work with `-DBUNDLE_DEPENDENCIES=OFF`
The RWops stuff isn't a part of any standard PhysFS package (and given
that it explicitly wraps around SDL I'm not sure how you _would_ package
it). So we need to get the physfsrwops.h include in if
BUNDLE_DEPENDENCIES is off, otherwise this results in a compile-time
include-not-found failure.

Additionally, I've placed the PhysFS RWops stuff in their own extras/
folder, so none of the other PhysFS stuff gets included in a
-DBUNDLE_DEPENDENCIES=OFF build.
2021-08-31 23:09:13 -07:00
..
extras Make PhysFS RWops work with `-DBUNDLE_DEPENDENCIES=OFF` 2021-08-31 23:09:13 -07:00
LICENSE.txt Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
README.txt Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs.h Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_archiver_dir.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_archiver_unpacked.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_archiver_zip.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_byteorder.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_casefolding.h Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_internal.h Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_miniz.h Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_platform_apple.m Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_platform_haiku.cpp Untested Haiku port? 2020-01-13 23:31:14 -05:00
physfs_platform_posix.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_platform_unix.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_platform_windows.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_platforms.h Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00
physfs_unicode.c Create third_party folder, note it in the license text 2020-01-12 12:54:34 -05:00

README.txt

PhysicsFS; a portable, flexible file i/o abstraction.

  https://icculus.org/physfs/

Please see the docs directory for documentation.

Please see LICENSE.txt for licensing information.