Skip to content

Commit 20015d0

Browse files
committed
Remove commented-out JSONChunk entries from Generals and GeneralsMD CMakeLists
1 parent e2ac648 commit 20015d0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ set(GAMEENGINE_SRC
5555
Include/Common/IgnorePreferences.h
5656
Include/Common/INI.h
5757
Include/Common/INIException.h
58-
# Include/Common/JSONChunkInput.h
59-
# Include/Common/JSONChunkOutput.h
6058
Include/Common/KindOf.h
6159
Include/Common/LadderPreferences.h
6260
Include/Common/Language.h
@@ -597,8 +595,6 @@ set(GAMEENGINE_SRC
597595
Source/Common/System/CriticalSection.cpp
598596
Source/Common/System/DataChunk.cpp
599597
# Source/Common/System/Debug.cpp
600-
# Source/Common/System/JSONChunkInput.cpp
601-
# Source/Common/System/JSONChunkOutput.cpp
602598
Source/Common/System/Directory.cpp
603599
Source/Common/System/DisabledTypes.cpp
604600
Source/Common/System/encrypt.cpp

GeneralsMD/Code/GameEngine/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ set(GAMEENGINE_SRC
5858
Include/Common/IgnorePreferences.h
5959
Include/Common/INI.h
6060
Include/Common/INIException.h
61-
# Include/Common/JSONChunkInput.h
62-
# Include/Common/JSONChunkOutput.h
6361
Include/Common/KindOf.h
6462
Include/Common/LadderPreferences.h
6563
Include/Common/Language.h
@@ -639,8 +637,6 @@ set(GAMEENGINE_SRC
639637
Source/Common/System/CriticalSection.cpp
640638
Source/Common/System/DataChunk.cpp
641639
# Source/Common/System/Debug.cpp
642-
# Source/Common/System/JSONChunkInput.cpp
643-
# Source/Common/System/JSONChunkOutput.cpp
644640
Source/Common/System/Directory.cpp
645641
Source/Common/System/DisabledTypes.cpp
646642
Source/Common/System/encrypt.cpp

0 commit comments

Comments
 (0)