Skip to content

Commit

Permalink
Westwood MIX archive support.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2004
1 parent 87d412d commit 44cd602
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 2 deletions.
1 change: 1 addition & 0 deletions Makefile.am.newautomake
Expand Up @@ -51,6 +51,7 @@ libphysfs_la_SOURCES = \
archivers/mvl.c \
archivers/zip.c \
archivers/qpak.c \
archivers/mix.c \
platform/unix.c \
platform/posix.c \
$(ZLIB_SRC)
Expand Down
1 change: 1 addition & 0 deletions acconfig.h
Expand Up @@ -4,6 +4,7 @@
#undef NDEBUG
#undef PHYSFS_SUPPORTS_ZIP
#undef PHYSFS_SUPPORTS_GRP
#undef PHYSFS_SUPPORTS_MIX
#undef PHYSFS_SUPPORTS_HOG
#undef PHYSFS_SUPPORTS_MVL
#undef PHYSFS_HAVE_READLINE
Expand Down
4 changes: 2 additions & 2 deletions archivers/Makefile.am
Expand Up @@ -13,5 +13,5 @@ libarchivers_la_SOURCES = \
hog.c \
mvl.c \
zip.c \
qpak.c

qpak.c \
mix.c

0 comments on commit 44cd602

Please sign in to comment.