|
From: Terry T. <ter...@us...> - 2005-01-24 03:02:46
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv914/Frontier/Common/source Modified Files: langdll.c Log Message: Correct name of "base64.h" -> "BASE64.H", "CallMachOFramework.h" -> "CallMachOFrameWork.h" so compiles on case-sensitive filesystems work. Index: langdll.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langdll.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** langdll.c 11 Jan 2005 22:48:05 -0000 1.5 --- langdll.c 24 Jan 2005 03:02:37 -0000 1.6 *************** *** 62,66 **** #include "langtokens.h" #include "oplist.h" ! #include "base64.h" #include "tablestructure.h" #include "tableverbs.h" --- 62,66 ---- #include "langtokens.h" #include "oplist.h" ! #include "BASE64.H" #include "tablestructure.h" #include "tableverbs.h" *************** *** 71,75 **** #if defined(MACVERSION) && TARGET_RT_MAC_MACHO ! #include "CallMachOFramework.h" #endif --- 71,75 ---- #if defined(MACVERSION) && TARGET_RT_MAC_MACHO ! #include "CallMachOFrameWork.h" #endif |