C4RTF: Accomodate case sensitive file systems

Nicolas Hake 2009-12-31 04:00:04 +01:00
parent 48986e9050
commit 07cd8b696c
5 changed files with 6 additions and 6 deletions

View File

@ -119,7 +119,7 @@
#include "lib/C4NameList.h"
#include "lib/C4Random.h"
#include "lib/C4Rect.h"
#include "lib/C4RTF.H"
#include "lib/C4RTF.h"
#include "lib/C4Stat.h"
#include "lib/Fixed.h"
#include "lib/PathFinder.h"

View File

@ -28,7 +28,7 @@
#include "C4Network2Dialogs.h"
#include "C4GameOptions.h"
#include "C4GameDialogs.h"
#include "C4RTF.H"
#include "C4RTF.h"
#include "C4ChatDlg.h"
#include "C4PlayerInfoListBox.h"
#include <C4MessageInput.h>

View File

@ -30,7 +30,7 @@
#include <C4StartupNetDlg.h>
#include <C4ComponentHost.h>
#include <C4Components.h>
#include <C4RTF.H>
#include <C4RTF.h>
#include <C4Log.h>
#include <C4Game.h>
#include <C4GameDialogs.h>

View File

@ -21,7 +21,7 @@
#include "C4Include.h"
#include "Standard.h"
#include "C4RTF.H"
#include "C4RTF.h"
#include <cctype>

View File

@ -529,7 +529,7 @@
5862E0271032E57A002CAE9E /* C4Random.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = C4Random.cpp; sourceTree = "<group>"; };
5862E0281032E57A002CAE9E /* C4Random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = C4Random.h; sourceTree = "<group>"; };
5862E0291032E57A002CAE9E /* C4RTF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = C4RTF.cpp; sourceTree = "<group>"; };
5862E02A1032E57A002CAE9E /* C4RTF.H */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = C4RTF.H; sourceTree = "<group>"; };
5862E02A1032E57A002CAE9E /* C4RTF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = C4RTF.h; sourceTree = "<group>"; };
5862E02B1032E57A002CAE9E /* C4Stat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = C4Stat.cpp; sourceTree = "<group>"; };
5862E02C1032E57A002CAE9E /* C4Stat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = C4Stat.h; sourceTree = "<group>"; };
5862E02D1032E57A002CAE9E /* Fixed.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Fixed.cpp; sourceTree = "<group>"; };
@ -1237,7 +1237,7 @@
5862E0271032E57A002CAE9E /* C4Random.cpp */,
5862E0281032E57A002CAE9E /* C4Random.h */,
5862E0291032E57A002CAE9E /* C4RTF.cpp */,
5862E02A1032E57A002CAE9E /* C4RTF.H */,
5862E02A1032E57A002CAE9E /* C4RTF.h */,
5862E02B1032E57A002CAE9E /* C4Stat.cpp */,
5862E02C1032E57A002CAE9E /* C4Stat.h */,
5862E02D1032E57A002CAE9E /* Fixed.cpp */,