Added more entry points.

This commit is contained in:
Ryan C. Gordon 2005-03-14 07:14:58 +00:00
parent d992f4325a
commit ae093ff0fc
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ rem goto :dolinking
@echo "PHYSFS_setBuffer" >> bin\physfs.def
@echo "PHYSFS_flush" >> bin\physfs.def
@echo "PHYSFS_mount" >> bin\physfs.def
@echo "PHYSFS_getMountPoint" >> bin\physfs.def
@echo "PHYSFS_setAllocator" >> bin\physfs.def
@echo "PHYSFS_getCdRomDirsCallback" >> bin\physfs.def
@echo "PHYSFS_getSearchPathCallback" >> bin\physfs.def
@echo "PHYSFS_enumerateFilesCallback" >> bin\physfs.def
@echo Building export library...
emximp -o bin/physfs.lib bin/physfs.def