Navigation Menu

Skip to content

Commit

Permalink
Killed MIX archiver.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 10, 2007
1 parent 6cdd5b5 commit c6273ae
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 474 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -6,7 +6,8 @@
Cleaned up whitespace/formatting in pocketpc.c. Updated PocketPC
code to expect UTF-8 strings from the higher level. Changed
PHYSFS_SUPPORTS_LZMA to PHYSFS_SUPPORTS_7Z. Killed some #ifdefs
in physfs.c. Moved to CMake...so long, autotools!
in physfs.c. Moved to CMake...so long, autotools! Killed MIX
archiver, too.
11052006 - More 7zip archiver work (thanks, Dennis!). Initial Unicode work.
Minor BeOS realpath tweak.
09272006 - Reworked 7zip archiver (thanks, Dennis!).
Expand Down
7 changes: 0 additions & 7 deletions CMakeLists.txt
Expand Up @@ -202,12 +202,6 @@ IF(PHYSFS_ARCHIVE_QPAK)
SET(PHYSFS_SRCS ${PHYSFS_SRCS} archivers/qpak.c)
ENDIF(PHYSFS_ARCHIVE_QPAK)

OPTION(PHYSFS_ARCHIVE_MIX "Enable Westwood MIX support" FALSE)
IF(PHYSFS_ARCHIVE_MIX)
ADD_DEFINITIONS(-DPHYSFS_SUPPORTS_MIX=1)
SET(PHYSFS_SRCS ${PHYSFS_SRCS} archivers/mix.c)
ENDIF(PHYSFS_ARCHIVE_MIX)


# See if some archiver required zlib, and see about using system version.

Expand Down Expand Up @@ -283,7 +277,6 @@ MESSAGE_BOOL_OPTION("WAD support" PHYSFS_ARCHIVE_WAD)
MESSAGE_BOOL_OPTION("HOG support" PHYSFS_ARCHIVE_HOG)
MESSAGE_BOOL_OPTION("MVL support" PHYSFS_ARCHIVE_MVL)
MESSAGE_BOOL_OPTION("QPAK support" PHYSFS_ARCHIVE_QPAK)
MESSAGE_BOOL_OPTION("MIX support" PHYSFS_ARCHIVE_MIX)
MESSAGE_BOOL_OPTION("CD-ROM drive support" PHYSFS_HAVE_CDROM_SUPPORT)
MESSAGE_BOOL_OPTION("Thread safety" PHYSFS_HAVE_THREAD_SUPPORT)
MESSAGE_BOOL_OPTION("Build own zlib" PHYSFS_INTERNAL_ZLIB)
Expand Down
2 changes: 0 additions & 2 deletions TODO
Expand Up @@ -49,8 +49,6 @@ Stuff:
- Deprecate PHYSFS_setSaneConfig and move it to extras?
- Why is physfsrwops.c cut-and-pasted into the ruby bindings?
- Replace code from SDL...
- MIX grabs all archives that no other archivers claim.
- MIX enumerates files as hash values.
- Should file enumeration return an error or set error state?
- Update internal zlib?
- Need "getmountpoint" command in test_physfs.c ...
Expand Down

0 comments on commit c6273ae

Please sign in to comment.