Skip to content

Commit 10c1285

Browse files
authored
[CORE] Move AsciiString, UnicodeString files to Core (#1328)
1 parent 8f73d9e commit 10c1285

File tree

11 files changed

+12
-2019
lines changed

11 files changed

+12
-2019
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set(GAMEENGINE_SRC
33
# Include/Common/ActionManager.h
44
Include/Common/ArchiveFile.h
55
Include/Common/ArchiveFileSystem.h
6-
# Include/Common/AsciiString.h
6+
Include/Common/AsciiString.h
77
# Include/Common/AudioAffect.h
88
# Include/Common/AudioEventInfo.h
99
# Include/Common/AudioEventRTS.h
@@ -124,7 +124,7 @@ set(GAMEENGINE_SRC
124124
# Include/Common/ThingSort.h
125125
# Include/Common/ThingTemplate.h
126126
# Include/Common/TunnelTracker.h
127-
# Include/Common/UnicodeString.h
127+
Include/Common/UnicodeString.h
128128
# Include/Common/UnitTimings.h
129129
# Include/Common/Upgrade.h
130130
# Include/Common/urllaunch.h
@@ -632,7 +632,7 @@ set(GAMEENGINE_SRC
632632
# Source/Common/StatsCollector.cpp
633633
Source/Common/System/ArchiveFile.cpp
634634
Source/Common/System/ArchiveFileSystem.cpp
635-
# Source/Common/System/AsciiString.cpp
635+
Source/Common/System/AsciiString.cpp
636636
# Source/Common/System/BuildAssistant.cpp
637637
# Source/Common/System/CDManager.cpp
638638
# Source/Common/System/CriticalSection.cpp
@@ -665,7 +665,7 @@ set(GAMEENGINE_SRC
665665
Source/Common/System/StreamingArchiveFile.cpp
666666
# Source/Common/System/SubsystemInterface.cpp
667667
# Source/Common/System/Trig.cpp
668-
# Source/Common/System/UnicodeString.cpp
668+
Source/Common/System/UnicodeString.cpp
669669
# Source/Common/System/Upgrade.cpp
670670
Source/Common/System/Xfer.cpp
671671
Source/Common/System/XferCRC.cpp

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set(GAMEENGINE_SRC
22
Include/Common/ActionManager.h
33
# Include/Common/ArchiveFile.h
44
# Include/Common/ArchiveFileSystem.h
5-
Include/Common/AsciiString.h
5+
# Include/Common/AsciiString.h
66
Include/Common/AudioAffect.h
77
Include/Common/AudioEventInfo.h
88
Include/Common/AudioEventRTS.h
@@ -118,7 +118,7 @@ set(GAMEENGINE_SRC
118118
Include/Common/ThingSort.h
119119
Include/Common/ThingTemplate.h
120120
Include/Common/TunnelTracker.h
121-
Include/Common/UnicodeString.h
121+
# Include/Common/UnicodeString.h
122122
Include/Common/UnitTimings.h
123123
Include/Common/Upgrade.h
124124
Include/Common/UserPreferences.h
@@ -587,7 +587,7 @@ set(GAMEENGINE_SRC
587587
Source/Common/StatsCollector.cpp
588588
# Source/Common/System/ArchiveFile.cpp
589589
# Source/Common/System/ArchiveFileSystem.cpp
590-
Source/Common/System/AsciiString.cpp
590+
# Source/Common/System/AsciiString.cpp
591591
Source/Common/System/BuildAssistant.cpp
592592
Source/Common/System/CDManager.cpp
593593
Source/Common/System/CriticalSection.cpp
@@ -620,7 +620,7 @@ set(GAMEENGINE_SRC
620620
# Source/Common/System/StreamingArchiveFile.cpp
621621
Source/Common/System/SubsystemInterface.cpp
622622
Source/Common/System/Trig.cpp
623-
Source/Common/System/UnicodeString.cpp
623+
# Source/Common/System/UnicodeString.cpp
624624
Source/Common/System/Upgrade.cpp
625625
# Source/Common/System/Xfer.cpp
626626
# Source/Common/System/XferCRC.cpp

0 commit comments

Comments
 (0)