From 0bbfb735935511b003315244b30d07bdfa1146e5 Mon Sep 17 00:00:00 2001 From: Ray Date: Sat, 14 Jan 2023 19:45:14 +0100 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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