Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ set(BABYLON_SRC
"XLStuff.h"
)

add_executable(z_babylon WIN32)
set_target_properties(z_babylon PROPERTIES OUTPUT_NAME babylon)
add_executable(core_babylon WIN32)
set_target_properties(core_babylon PROPERTIES OUTPUT_NAME babylon)

target_sources(z_babylon PRIVATE ${BABYLON_SRC})
target_sources(core_babylon PRIVATE ${BABYLON_SRC})

target_link_libraries(z_babylon PRIVATE
target_link_libraries(core_babylon PRIVATE
core_config
)

if(WIN32 OR "${CMAKE_SYSTEM}" MATCHES "Windows")
target_compile_definitions(z_babylon PRIVATE _AFXDLL)
target_sources(z_babylon PRIVATE Babylon.rc)
target_compile_definitions(core_babylon PRIVATE _AFXDLL)
target_sources(core_babylon PRIVATE Babylon.rc)
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions Core/Tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ endif()

# Build less useful tool/test binaries.
if(RTS_BUILD_CORE_EXTRAS)
add_subdirectory(Babylon)
add_subdirectory(buildVersionUpdate)
add_subdirectory(Compress)
add_subdirectory(CRCDiff)
Expand Down
66 changes: 0 additions & 66 deletions Generals/Code/Tools/Babylon/CMakeLists.txt

This file was deleted.

106 changes: 0 additions & 106 deletions Generals/Code/Tools/Babylon/DlgProxy.cpp

This file was deleted.

79 changes: 0 additions & 79 deletions Generals/Code/Tools/Babylon/DlgProxy.h

This file was deleted.

Loading