Skip to content

Commit 33f1516

Browse files
authored
[CORE] Move Babylon tool to Core (#720)
1 parent d38b486 commit 33f1516

File tree

135 files changed

+7
-21162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+7
-21162
lines changed

GeneralsMD/Code/Tools/Babylon/CMakeLists.txt renamed to Core/Tools/Babylon/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ set(BABYLON_SRC
5151
"XLStuff.h"
5252
)
5353

54-
add_executable(z_babylon WIN32)
55-
set_target_properties(z_babylon PROPERTIES OUTPUT_NAME babylon)
54+
add_executable(core_babylon WIN32)
55+
set_target_properties(core_babylon PROPERTIES OUTPUT_NAME babylon)
5656

57-
target_sources(z_babylon PRIVATE ${BABYLON_SRC})
57+
target_sources(core_babylon PRIVATE ${BABYLON_SRC})
5858

59-
target_link_libraries(z_babylon PRIVATE
59+
target_link_libraries(core_babylon PRIVATE
6060
core_config
6161
)
6262

6363
if(WIN32 OR "${CMAKE_SYSTEM}" MATCHES "Windows")
64-
target_compile_definitions(z_babylon PRIVATE _AFXDLL)
65-
target_sources(z_babylon PRIVATE Babylon.rc)
64+
target_compile_definitions(core_babylon PRIVATE _AFXDLL)
65+
target_sources(core_babylon PRIVATE Babylon.rc)
6666
endif()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Core/Tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ endif()
77

88
# Build less useful tool/test binaries.
99
if(RTS_BUILD_CORE_EXTRAS)
10+
add_subdirectory(Babylon)
1011
add_subdirectory(buildVersionUpdate)
1112
add_subdirectory(Compress)
1213
add_subdirectory(CRCDiff)

Generals/Code/Tools/Babylon/CMakeLists.txt

Lines changed: 0 additions & 66 deletions
This file was deleted.

Generals/Code/Tools/Babylon/DlgProxy.cpp

Lines changed: 0 additions & 106 deletions
This file was deleted.

Generals/Code/Tools/Babylon/DlgProxy.h

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)