Skip to content

Commit

Permalink
Added buffering API to list of exported symbols in OS/2 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 31, 2003
1 parent 0330dfa commit ea760f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makeos2.cmd
Expand Up @@ -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

Expand Down

0 comments on commit ea760f1

Please sign in to comment.