Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added more entry points.
  • Loading branch information
icculus committed Mar 14, 2005
1 parent d992f43 commit ae093ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makeos2.cmd
Expand Up @@ -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
Expand Down

0 comments on commit ae093ff

Please sign in to comment.