diff --git a/Minecraft.Client/CMakeLists.txt b/Minecraft.Client/CMakeLists.txt index 4dfe7efe2..0856ea680 100644 --- a/Minecraft.Client/CMakeLists.txt +++ b/Minecraft.Client/CMakeLists.txt @@ -1241,8 +1241,8 @@ source_group("Windows" FILES ${Windows}) set(Windows64 "Windows64/Resource.h" - "Windows64/Windows64_App.cpp" - "Windows64/Windows64_App.h" +# "Windows64/Windows64_App.cpp" +# "Windows64/Windows64_App.h" ) source_group("Windows64" FILES ${Windows64}) @@ -2454,6 +2454,7 @@ set(ALL_FILES ${net__minecraft__stats} Linux/Linux_UIController.cpp Linux/Linux_Minecraft.cpp + Linux/Linux_App.cpp ) ################################################################################ diff --git a/Minecraft.Client/Linux/Linux_Minecraft.cpp b/Minecraft.Client/Linux/Linux_Minecraft.cpp index a631cb8a0..f9fdccc8d 100644 --- a/Minecraft.Client/Linux/Linux_Minecraft.cpp +++ b/Minecraft.Client/Linux/Linux_Minecraft.cpp @@ -19,7 +19,7 @@ #include "../../Minecraft.World/Vec3.h" #include "../../Minecraft.World/Level.h" #include "../../Minecraft.World/net.minecraft.world.level.tile.h" -#include "../../Minecraft.Client/OrbisMedia/strings.h" +#include "../../Minecraft.Client/Windows64Media/strings.h" #include "../ClientConnection.h" #include "../User.h"