Explorar el Código

Fixed typos in export names.

Ryan C. Gordon hace 19 años
padre
commit
4176049c43
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      makeos2.cmd

+ 5 - 5
makeos2.cmd

@@ -112,11 +112,11 @@ rem goto :dolinking
 @echo "_PHYSFS_getCdRomDirsCallback" >> bin\physfs.def
 @echo "_PHYSFS_getSearchPathCallback" >> bin\physfs.def
 @echo "_PHYSFS_enumerateFilesCallback" >> bin\physfs.def
-@echo "_PHYSFS_utf8toucs2" >> bin\physfs.def
-@echo "_PHYSFS_utf8fromucs2" >> bin\physfs.def
-@echo "_PHYSFS_utf8toucs4" >> bin\physfs.def
-@echo "_PHYSFS_utf8fromucs4" >> bin\physfs.def
-@echo "_PHYSFS_utf8fromlatin1" >> bin\physfs.def
+@echo "_PHYSFS_utf8ToUcs2" >> bin\physfs.def
+@echo "_PHYSFS_utf8FromUcs2" >> bin\physfs.def
+@echo "_PHYSFS_utf8ToUcs4" >> bin\physfs.def
+@echo "_PHYSFS_utf8FromUcs4" >> bin\physfs.def
+@echo "_PHYSFS_utf8FromLatin1" >> bin\physfs.def
 
 @echo Building export library...
 emximp -o bin/physfs.lib bin/physfs.def