Skip to content

Commit

Permalink
Descent I/II HOG and MVL archive support (thanks, Bradley Bell!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 30, 2003
1 parent 433d7f0 commit 3a27dd9
Show file tree
Hide file tree
Showing 10 changed files with 1,176 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am.newautomake
Expand Up @@ -48,6 +48,8 @@ libphysfs_la_SOURCES = \
physfs_byteorder.c \
archivers/dir.c \
archivers/grp.c \
archivers/hog.c \
archivers/mvl.c \
archivers/zip.c \
archivers/qpak.c \
platform/unix.c \
Expand Down
2 changes: 2 additions & 0 deletions acconfig.h
Expand Up @@ -4,6 +4,8 @@
#undef NDEBUG
#undef PHYSFS_SUPPORTS_ZIP
#undef PHYSFS_SUPPORTS_GRP
#undef PHYSFS_SUPPORTS_HOG
#undef PHYSFS_SUPPORTS_MVL
#undef PHYSFS_HAVE_READLINE
#undef PHYSFS_HAVE_LLSEEK

2 changes: 2 additions & 0 deletions archivers/.cvsignore
Expand Up @@ -5,6 +5,8 @@ unzip.lo
dir.lo
Makefile.in
grp.lo
hog.lo
mvl.lo
zip.lo
libarchivers.la
qpak.lo
2 changes: 2 additions & 0 deletions archivers/Makefile.am
Expand Up @@ -9,6 +9,8 @@ endif
libarchivers_la_SOURCES = \
dir.c \
grp.c \
hog.c \
mvl.c \
zip.c \
qpak.c

0 comments on commit 3a27dd9

Please sign in to comment.