From 1da590ee1da6fe64a0ab0b385bf887be62cb203a Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sat, 13 Apr 2024 22:11:04 -0700 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 5f37242..120ba7c 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -119,7 +119,7 @@ Using MinGW make tool, just navigate from command line to `raylib/examples/` fol Open `w64devkit.exe` in `C:\raylib\w64devkit` then cd to `c:/raylib/raylib/examples/core` and type: - gcc core_basic_window.c -lraylib -lopengl32 -lgdi32 -lwinmm + gcc core_basic_window.c -lraylib -lgdi32 -lwinmm This will output `a.exe` to the current directory, where you can run it with `./a.exe`.