From 6f01f3c06def68d94ab1da536a3bcd5ea6b2f6dd Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 13 Sep 2025 20:57:00 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index 5d124315d..03b62e639 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -597,6 +597,8 @@ int main(int argc, char *argv[]) // Edit: raylib/projects/VS2022/raylib.sln --> Add new example project // WARNING: This function uses TextFormat() extensively inside, // we must store provided file paths because pointers will be overwriten + // TODO: It seems projects are added to solution BUT not to required solution folder, + // that process still requires to be done manually AddVSProjectToSolution(exVSProjectSolutionFile, TextFormat("%s/../projects/VS2022/examples/%s.vcxproj", exBasePath, exName), exCategory); //------------------------------------------------------------------------------------------------