Added buffering API to list of exported symbols in OS/2 build.

This commit is contained in:
Ryan C. Gordon 2003-01-31 02:10:15 +00:00
parent 0330dfac4f
commit ea760f1247
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ erase /N bin\*.*
@echo "PHYSFS_writeUBE32" >> bin\physfs.def
@echo "PHYSFS_writeSBE64" >> bin\physfs.def
@echo "PHYSFS_writeUBE64" >> bin\physfs.def
@echo "PHYSFS_setBuffer" >> bin\physfs.def
@echo "PHYSFS_flush" >> bin\physfs.def
emximp -o bin/physfs.lib bin/physfs.def