From c092bfb4bef3b8118b21e15cd13d7314b3e27656 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 19 Apr 2021 23:11:54 +0200 Subject: [PATCH] Updated Use raylib with Code Blocks (markdown) --- Use-raylib-with-Code-Blocks.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Use-raylib-with-Code-Blocks.md b/Use-raylib-with-Code-Blocks.md index 1f514ed..560503b 100644 --- a/Use-raylib-with-Code-Blocks.md +++ b/Use-raylib-with-Code-Blocks.md @@ -1,6 +1,7 @@ -THIS SEEMS TO BE FOR x86 BASED COMPUTERS (PCs)? Guide provided by [Mark in raylib forum](http://forum.raylib.com/index.php?p=/discussion/133/raylib-in-code-blocks-a-how-to) +_NOTE: This guide is intended for Code:Blocks on Windows, using MinGW compiler._ + First, under Project Settings check the box that says, *"This is a custom Makefile"*. Then, in your project's folder create a file named Makefile and paste the following: