Fixed typos in export names.

This commit is contained in:
Ryan C. Gordon 2007-03-31 06:58:38 +00:00
parent 60dfcae88b
commit 4176049c43
1 changed files with 5 additions and 5 deletions

View File

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