Added new entry point to makeos2.cmd, in case we keep this.

This commit is contained in:
Ryan C. Gordon 2009-03-29 04:32:08 -04:00
parent 3bc1f7d670
commit ca244993e6
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ rem goto :dolinking
@echo "_PHYSFS_mount" >> bin\physfs.def
@echo "_PHYSFS_getMountPoint" >> bin\physfs.def
@echo "_PHYSFS_setAllocator" >> bin\physfs.def
@echo "_PHYSFS_getAllocator" >> bin\physfs.def
@echo "_PHYSFS_getCdRomDirsCallback" >> bin\physfs.def
@echo "_PHYSFS_getSearchPathCallback" >> bin\physfs.def
@echo "_PHYSFS_enumerateFilesCallback" >> bin\physfs.def