You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/LauncherUnified
lumberyard-employee-dm 9a0b93c9ff
Fixed generation of Monolithic builds StaticModules.inl (#947)
* Fixed generation of Monolithic builds StaticModules.inl
A project's gem module RUNTIME_DEPENDENCIES were not visited to
determine any dependent gem modules that needed to load.
Therefore the CreateStaticModules function were missing
CreateModuleClass_* function calls required initialize the gem's AZ::Module
derived class in monolithic builds

* Removed the logic to strip the Gem:: and Project:: prefix from the Server Launcher gem dependencies

When associating gem dependencies with the server target there was CMake logic left over in it to strip the beginning of the target name if it began with "Gem::" or "Project::"
5 years ago
..
Platform Red code legacy MemoryManager, StreamEngine, ResourceManager, ImageHandler, AsyncPakManager, and more (#758) 5 years ago
Resources Initial commit 5 years ago
Tests Integrating github/staging through commit 5f214be 5 years ago
CMakeLists.txt Clarified the error message that is output when the project.json is not found 5 years ago
FindLauncherGenerator.cmake Add newlines to the end of all files 5 years ago
Game.cpp Integrating github/staging through commit 5f214be 5 years ago
Launcher.cpp Remove more unused things from CryCommon and CrySystem. (#709) 5 years ago
Launcher.h Integrating github/staging through commit 5f214be 5 years ago
LauncherProject.cpp LYN-2537 engine assets (#254) 5 years ago
Server.cpp Integrating github/staging through commit 5f214be 5 years ago
StaticModules.in Fix monolithic builds 5 years ago
launcher_files.cmake Initial commit 5 years ago
launcher_game_files.cmake Initial commit 5 years ago
launcher_generator.cmake Fixed generation of Monolithic builds StaticModules.inl (#947) 5 years ago
launcher_project_files.cmake Initial commit 5 years ago
launcher_server_files.cmake Initial commit 5 years ago
launcher_test_files.cmake Initial commit 5 years ago