[physfs] precompiled libraries

Kenneth Armstrong kenneth.l.armstrong at us.army.mil
Sat Feb 4 10:16:42 EST 2006


Ryan C. Gordon wrote:
>
>> 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.
>
Thanks a bunch, I'll give this a shot this afternoon!

Kenny



More information about the physfs mailing list