소스 검색

Update rexm.c

Ray 4 일 전
부모
커밋
6f01f3c06d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tools/rexm/rexm.c

+ 2 - 0
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);
             //------------------------------------------------------------------------------------------------