Bläddra i källkod

Added more entry points.

Ryan C. Gordon 21 år sedan
förälder
incheckning
ae093ff0fc
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      makeos2.cmd

+ 5 - 0
makeos2.cmd

@@ -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