r883 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 31 02:58:38 EDT 2007


Author: icculus
Date: 2007-03-31 02:58:38 -0400 (Sat, 31 Mar 2007)
New Revision: 883

Modified:
   trunk/makeos2.cmd
Log:
Fixed typos in export names.


Modified: trunk/makeos2.cmd
===================================================================
--- trunk/makeos2.cmd	2007-03-31 06:56:15 UTC (rev 882)
+++ trunk/makeos2.cmd	2007-03-31 06:58:38 UTC (rev 883)
@@ -112,11 +112,11 @@
 @echo "_PHYSFS_getCdRomDirsCallback" >> bin\physfs.def
 @echo "_PHYSFS_getSearchPathCallback" >> bin\physfs.def
 @echo "_PHYSFS_enumerateFilesCallback" >> bin\physfs.def
- at echo "_PHYSFS_utf8toucs2" >> bin\physfs.def
- at echo "_PHYSFS_utf8fromucs2" >> bin\physfs.def
- at echo "_PHYSFS_utf8toucs4" >> bin\physfs.def
- at echo "_PHYSFS_utf8fromucs4" >> bin\physfs.def
- at echo "_PHYSFS_utf8fromlatin1" >> bin\physfs.def
+ at echo "_PHYSFS_utf8ToUcs2" >> bin\physfs.def
+ at echo "_PHYSFS_utf8FromUcs2" >> bin\physfs.def
+ at echo "_PHYSFS_utf8ToUcs4" >> bin\physfs.def
+ at echo "_PHYSFS_utf8FromUcs4" >> bin\physfs.def
+ at echo "_PHYSFS_utf8FromLatin1" >> bin\physfs.def
 
 @echo Building export library...
 emximp -o bin/physfs.lib bin/physfs.def




More information about the physfs-commits mailing list