diff --git a/Working-on-Windows.md b/Working-on-Windows.md index ecdc8fe..09984cb 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -73,4 +73,10 @@ Just open your example source file on Notepad++ and execute (F6) the script `ray Using MinGW make tool, just navigate from command line to `raylib/examples/` folder and type: - mingw32-make PLATFORM=PLATFORM_DESKTOP \ No newline at end of file + mingw32-make PLATFORM=PLATFORM_DESKTOP + +### Building raylib project with VC (`CL.exe`) in Command-Line-Environment + +A tool has been created to ease this specific approach to building raylib: [`VCrayApp`](https://orcmid.github.io/nfoTools/dev/D211101/) + +`VCrayApp` is a project-folder organization that is useful for creating Microsoft Windows programs using the [raysan5/raylib](https://www.raylib.com/) library for graphical applications. \ No newline at end of file