Skip to content

Commit

Permalink
Fixed typos in export names.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 31, 2007
1 parent 60dfcae commit 4176049
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions makeos2.cmd
Expand Up @@ -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
Expand Down

0 comments on commit 4176049

Please sign in to comment.