mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 21:48:31 +00:00
Update rexm.c
This commit is contained in:
@@ -597,6 +597,8 @@ int main(int argc, char *argv[])
|
|||||||
// Edit: raylib/projects/VS2022/raylib.sln --> Add new example project
|
// Edit: raylib/projects/VS2022/raylib.sln --> Add new example project
|
||||||
// WARNING: This function uses TextFormat() extensively inside,
|
// WARNING: This function uses TextFormat() extensively inside,
|
||||||
// we must store provided file paths because pointers will be overwriten
|
// 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,
|
AddVSProjectToSolution(exVSProjectSolutionFile,
|
||||||
TextFormat("%s/../projects/VS2022/examples/%s.vcxproj", exBasePath, exName), exCategory);
|
TextFormat("%s/../projects/VS2022/examples/%s.vcxproj", exBasePath, exName), exCategory);
|
||||||
//------------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user