[physfs] precompiled libraries

Ryan C. Gordon icculus at icculus.org
Sat Feb 4 06:42:42 EST 2006


> I wouldn't even know where to begin to copy the files.  There are so 
> many of them.

physfs.c
physfs.h
physfs_internal.h
platform/win32.c
archivers/*.c

If you want .zip file support:
zlib123/*.c
zlib123/*.h

And make sure these get #defined in your project files, depending on the 
archives you want:

PHYSFS_SUPPORTS_ZIP
PHYSFS_SUPPORTS_GRP
PHYSFS_SUPPORTS_WAD
PHYSFS_SUPPORTS_QPAK
PHYSFS_SUPPORTS_HOG
PHYSFS_SUPPORTS_MVL


That should be it. Most of the crap in the source tree is support for 
various Unix build systems and don't have much to do with PhysicsFS 
specfically.

--ryan.





More information about the physfs mailing list