diff --git a/CMakeLists.txt b/CMakeLists.txt index ffced7f..0a21b87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,10 +105,10 @@ if (NOT LUA_FOUND OR STEAM) endif () if (NOT PHYSFS_FOUND OR STEAM) - add_subdirectory(physfs-3.0.1) - include_directories(physfs-3.0.1/src) + add_subdirectory(physfs-3.0) + include_directories(physfs-3.0/src) set(PHYSFS_LIBRARY physfs-static) - set(PHYSFS_INCLUDE_DIR physfs-3.0.1/src) + set(PHYSFS_INCLUDE_DIR physfs-3.0/src) endif () include_directories( diff --git a/physfs-3.0.1/.hg_archival.txt b/physfs-3.0/.hg_archival.txt similarity index 100% rename from physfs-3.0.1/.hg_archival.txt rename to physfs-3.0/.hg_archival.txt diff --git a/physfs-3.0.1/.hgignore b/physfs-3.0/.hgignore similarity index 100% rename from physfs-3.0.1/.hgignore rename to physfs-3.0/.hgignore diff --git a/physfs-3.0.1/.hgtags b/physfs-3.0/.hgtags similarity index 100% rename from physfs-3.0.1/.hgtags rename to physfs-3.0/.hgtags diff --git a/physfs-3.0.1/CMakeLists.txt b/physfs-3.0/CMakeLists.txt similarity index 100% rename from physfs-3.0.1/CMakeLists.txt rename to physfs-3.0/CMakeLists.txt diff --git a/physfs-3.0.1/LICENSE.txt b/physfs-3.0/LICENSE.txt similarity index 100% rename from physfs-3.0.1/LICENSE.txt rename to physfs-3.0/LICENSE.txt diff --git a/physfs-3.0.1/README.txt b/physfs-3.0/README.txt similarity index 100% rename from physfs-3.0.1/README.txt rename to physfs-3.0/README.txt diff --git a/physfs-3.0.1/docs/CHANGELOG.txt b/physfs-3.0/docs/CHANGELOG.txt similarity index 100% rename from physfs-3.0.1/docs/CHANGELOG.txt rename to physfs-3.0/docs/CHANGELOG.txt diff --git a/physfs-3.0.1/docs/CREDITS.txt b/physfs-3.0/docs/CREDITS.txt similarity index 100% rename from physfs-3.0.1/docs/CREDITS.txt rename to physfs-3.0/docs/CREDITS.txt diff --git a/physfs-3.0.1/docs/Doxyfile b/physfs-3.0/docs/Doxyfile similarity index 100% rename from physfs-3.0.1/docs/Doxyfile rename to physfs-3.0/docs/Doxyfile diff --git a/physfs-3.0.1/docs/INSTALL.txt b/physfs-3.0/docs/INSTALL.txt similarity index 100% rename from physfs-3.0.1/docs/INSTALL.txt rename to physfs-3.0/docs/INSTALL.txt diff --git a/physfs-3.0.1/docs/README-API-documentation.txt b/physfs-3.0/docs/README-API-documentation.txt similarity index 100% rename from physfs-3.0.1/docs/README-API-documentation.txt rename to physfs-3.0/docs/README-API-documentation.txt diff --git a/physfs-3.0.1/docs/TODO.txt b/physfs-3.0/docs/TODO.txt similarity index 100% rename from physfs-3.0.1/docs/TODO.txt rename to physfs-3.0/docs/TODO.txt diff --git a/physfs-3.0.1/extras/README-CSharp.txt b/physfs-3.0/extras/README-CSharp.txt similarity index 100% rename from physfs-3.0.1/extras/README-CSharp.txt rename to physfs-3.0/extras/README-CSharp.txt diff --git a/physfs-3.0.1/extras/abs-file.h b/physfs-3.0/extras/abs-file.h similarity index 100% rename from physfs-3.0.1/extras/abs-file.h rename to physfs-3.0/extras/abs-file.h diff --git a/physfs-3.0.1/extras/buildbot-checker.sh b/physfs-3.0/extras/buildbot-checker.sh similarity index 100% rename from physfs-3.0.1/extras/buildbot-checker.sh rename to physfs-3.0/extras/buildbot-checker.sh diff --git a/physfs-3.0.1/extras/buildbot-emscripten.sh b/physfs-3.0/extras/buildbot-emscripten.sh similarity index 100% rename from physfs-3.0.1/extras/buildbot-emscripten.sh rename to physfs-3.0/extras/buildbot-emscripten.sh diff --git a/physfs-3.0.1/extras/buildbot-os2.sh b/physfs-3.0/extras/buildbot-os2.sh similarity index 100% rename from physfs-3.0.1/extras/buildbot-os2.sh rename to physfs-3.0/extras/buildbot-os2.sh diff --git a/physfs-3.0.1/extras/buildbot-raspberrypi.sh b/physfs-3.0/extras/buildbot-raspberrypi.sh similarity index 100% rename from physfs-3.0.1/extras/buildbot-raspberrypi.sh rename to physfs-3.0/extras/buildbot-raspberrypi.sh diff --git a/physfs-3.0.1/extras/casefolding.txt b/physfs-3.0/extras/casefolding.txt similarity index 100% rename from physfs-3.0.1/extras/casefolding.txt rename to physfs-3.0/extras/casefolding.txt diff --git a/physfs-3.0.1/extras/globbing.c b/physfs-3.0/extras/globbing.c similarity index 100% rename from physfs-3.0.1/extras/globbing.c rename to physfs-3.0/extras/globbing.c diff --git a/physfs-3.0.1/extras/globbing.h b/physfs-3.0/extras/globbing.h similarity index 100% rename from physfs-3.0.1/extras/globbing.h rename to physfs-3.0/extras/globbing.h diff --git a/physfs-3.0.1/extras/ignorecase.c b/physfs-3.0/extras/ignorecase.c similarity index 100% rename from physfs-3.0.1/extras/ignorecase.c rename to physfs-3.0/extras/ignorecase.c diff --git a/physfs-3.0.1/extras/ignorecase.h b/physfs-3.0/extras/ignorecase.h similarity index 100% rename from physfs-3.0.1/extras/ignorecase.h rename to physfs-3.0/extras/ignorecase.h diff --git a/physfs-3.0.1/extras/makecasefoldhashtable.pl b/physfs-3.0/extras/makecasefoldhashtable.pl similarity index 100% rename from physfs-3.0.1/extras/makecasefoldhashtable.pl rename to physfs-3.0/extras/makecasefoldhashtable.pl diff --git a/physfs-3.0.1/extras/physfs.pc.in b/physfs-3.0/extras/physfs.pc.in similarity index 100% rename from physfs-3.0.1/extras/physfs.pc.in rename to physfs-3.0/extras/physfs.pc.in diff --git a/physfs-3.0.1/extras/physfshttpd.c b/physfs-3.0/extras/physfshttpd.c similarity index 100% rename from physfs-3.0.1/extras/physfshttpd.c rename to physfs-3.0/extras/physfshttpd.c diff --git a/physfs-3.0.1/extras/physfsrwops.c b/physfs-3.0/extras/physfsrwops.c similarity index 100% rename from physfs-3.0.1/extras/physfsrwops.c rename to physfs-3.0/extras/physfsrwops.c diff --git a/physfs-3.0.1/extras/physfsrwops.h b/physfs-3.0/extras/physfsrwops.h similarity index 100% rename from physfs-3.0.1/extras/physfsrwops.h rename to physfs-3.0/extras/physfsrwops.h diff --git a/physfs-3.0.1/extras/physfsunpack.c b/physfs-3.0/extras/physfsunpack.c similarity index 100% rename from physfs-3.0.1/extras/physfsunpack.c rename to physfs-3.0/extras/physfsunpack.c diff --git a/physfs-3.0.1/extras/selfextract.c b/physfs-3.0/extras/selfextract.c similarity index 100% rename from physfs-3.0.1/extras/selfextract.c rename to physfs-3.0/extras/selfextract.c diff --git a/physfs-3.0.1/extras/uninstall.sh b/physfs-3.0/extras/uninstall.sh similarity index 100% rename from physfs-3.0.1/extras/uninstall.sh rename to physfs-3.0/extras/uninstall.sh diff --git a/physfs-3.0.1/src/physfs.c b/physfs-3.0/src/physfs.c similarity index 100% rename from physfs-3.0.1/src/physfs.c rename to physfs-3.0/src/physfs.c diff --git a/physfs-3.0.1/src/physfs.h b/physfs-3.0/src/physfs.h similarity index 100% rename from physfs-3.0.1/src/physfs.h rename to physfs-3.0/src/physfs.h diff --git a/physfs-3.0.1/src/physfs_archiver_7z.c b/physfs-3.0/src/physfs_archiver_7z.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_7z.c rename to physfs-3.0/src/physfs_archiver_7z.c diff --git a/physfs-3.0.1/src/physfs_archiver_dir.c b/physfs-3.0/src/physfs_archiver_dir.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_dir.c rename to physfs-3.0/src/physfs_archiver_dir.c diff --git a/physfs-3.0.1/src/physfs_archiver_grp.c b/physfs-3.0/src/physfs_archiver_grp.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_grp.c rename to physfs-3.0/src/physfs_archiver_grp.c diff --git a/physfs-3.0.1/src/physfs_archiver_hog.c b/physfs-3.0/src/physfs_archiver_hog.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_hog.c rename to physfs-3.0/src/physfs_archiver_hog.c diff --git a/physfs-3.0.1/src/physfs_archiver_iso9660.c b/physfs-3.0/src/physfs_archiver_iso9660.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_iso9660.c rename to physfs-3.0/src/physfs_archiver_iso9660.c diff --git a/physfs-3.0.1/src/physfs_archiver_mvl.c b/physfs-3.0/src/physfs_archiver_mvl.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_mvl.c rename to physfs-3.0/src/physfs_archiver_mvl.c diff --git a/physfs-3.0.1/src/physfs_archiver_qpak.c b/physfs-3.0/src/physfs_archiver_qpak.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_qpak.c rename to physfs-3.0/src/physfs_archiver_qpak.c diff --git a/physfs-3.0.1/src/physfs_archiver_slb.c b/physfs-3.0/src/physfs_archiver_slb.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_slb.c rename to physfs-3.0/src/physfs_archiver_slb.c diff --git a/physfs-3.0.1/src/physfs_archiver_unpacked.c b/physfs-3.0/src/physfs_archiver_unpacked.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_unpacked.c rename to physfs-3.0/src/physfs_archiver_unpacked.c diff --git a/physfs-3.0.1/src/physfs_archiver_vdf.c b/physfs-3.0/src/physfs_archiver_vdf.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_vdf.c rename to physfs-3.0/src/physfs_archiver_vdf.c diff --git a/physfs-3.0.1/src/physfs_archiver_wad.c b/physfs-3.0/src/physfs_archiver_wad.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_wad.c rename to physfs-3.0/src/physfs_archiver_wad.c diff --git a/physfs-3.0.1/src/physfs_archiver_zip.c b/physfs-3.0/src/physfs_archiver_zip.c similarity index 100% rename from physfs-3.0.1/src/physfs_archiver_zip.c rename to physfs-3.0/src/physfs_archiver_zip.c diff --git a/physfs-3.0.1/src/physfs_byteorder.c b/physfs-3.0/src/physfs_byteorder.c similarity index 100% rename from physfs-3.0.1/src/physfs_byteorder.c rename to physfs-3.0/src/physfs_byteorder.c diff --git a/physfs-3.0.1/src/physfs_casefolding.h b/physfs-3.0/src/physfs_casefolding.h similarity index 100% rename from physfs-3.0.1/src/physfs_casefolding.h rename to physfs-3.0/src/physfs_casefolding.h diff --git a/physfs-3.0.1/src/physfs_internal.h b/physfs-3.0/src/physfs_internal.h similarity index 100% rename from physfs-3.0.1/src/physfs_internal.h rename to physfs-3.0/src/physfs_internal.h diff --git a/physfs-3.0.1/src/physfs_lzmasdk.h b/physfs-3.0/src/physfs_lzmasdk.h similarity index 100% rename from physfs-3.0.1/src/physfs_lzmasdk.h rename to physfs-3.0/src/physfs_lzmasdk.h diff --git a/physfs-3.0.1/src/physfs_miniz.h b/physfs-3.0/src/physfs_miniz.h similarity index 100% rename from physfs-3.0.1/src/physfs_miniz.h rename to physfs-3.0/src/physfs_miniz.h diff --git a/physfs-3.0.1/src/physfs_platform_apple.m b/physfs-3.0/src/physfs_platform_apple.m similarity index 100% rename from physfs-3.0.1/src/physfs_platform_apple.m rename to physfs-3.0/src/physfs_platform_apple.m diff --git a/physfs-3.0.1/src/physfs_platform_haiku.cpp b/physfs-3.0/src/physfs_platform_haiku.cpp similarity index 100% rename from physfs-3.0.1/src/physfs_platform_haiku.cpp rename to physfs-3.0/src/physfs_platform_haiku.cpp diff --git a/physfs-3.0.1/src/physfs_platform_os2.c b/physfs-3.0/src/physfs_platform_os2.c similarity index 100% rename from physfs-3.0.1/src/physfs_platform_os2.c rename to physfs-3.0/src/physfs_platform_os2.c diff --git a/physfs-3.0.1/src/physfs_platform_posix.c b/physfs-3.0/src/physfs_platform_posix.c similarity index 100% rename from physfs-3.0.1/src/physfs_platform_posix.c rename to physfs-3.0/src/physfs_platform_posix.c diff --git a/physfs-3.0.1/src/physfs_platform_qnx.c b/physfs-3.0/src/physfs_platform_qnx.c similarity index 100% rename from physfs-3.0.1/src/physfs_platform_qnx.c rename to physfs-3.0/src/physfs_platform_qnx.c diff --git a/physfs-3.0.1/src/physfs_platform_unix.c b/physfs-3.0/src/physfs_platform_unix.c similarity index 100% rename from physfs-3.0.1/src/physfs_platform_unix.c rename to physfs-3.0/src/physfs_platform_unix.c diff --git a/physfs-3.0.1/src/physfs_platform_windows.c b/physfs-3.0/src/physfs_platform_windows.c similarity index 100% rename from physfs-3.0.1/src/physfs_platform_windows.c rename to physfs-3.0/src/physfs_platform_windows.c diff --git a/physfs-3.0.1/src/physfs_platform_winrt.cpp b/physfs-3.0/src/physfs_platform_winrt.cpp similarity index 100% rename from physfs-3.0.1/src/physfs_platform_winrt.cpp rename to physfs-3.0/src/physfs_platform_winrt.cpp diff --git a/physfs-3.0.1/src/physfs_platforms.h b/physfs-3.0/src/physfs_platforms.h similarity index 100% rename from physfs-3.0.1/src/physfs_platforms.h rename to physfs-3.0/src/physfs_platforms.h diff --git a/physfs-3.0.1/src/physfs_unicode.c b/physfs-3.0/src/physfs_unicode.c similarity index 100% rename from physfs-3.0.1/src/physfs_unicode.c rename to physfs-3.0/src/physfs_unicode.c diff --git a/physfs-3.0.1/test/test_physfs.c b/physfs-3.0/test/test_physfs.c similarity index 100% rename from physfs-3.0.1/test/test_physfs.c rename to physfs-3.0/test/test_physfs.c