From 2e9accb5a229d29dbe24d941ae59d17ed3725857 Mon Sep 17 00:00:00 2001 From: Jeffery Myers Date: Sun, 14 Feb 2021 10:15:48 -0800 Subject: [PATCH] Updated Create Visual Studio 2019 Project (markdown) --- Create-Visual-Studio-2019-Project.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Create-Visual-Studio-2019-Project.md b/Create-Visual-Studio-2019-Project.md index a0df460..c7a1420 100644 --- a/Create-Visual-Studio-2019-Project.md +++ b/Create-Visual-Studio-2019-Project.md @@ -1,4 +1,9 @@ # RayLib 3.5 and Visual Studio 2019 configuration + +##Preamake Easy Setup +[@JeffM2510](https://github.com/jeffm2501) has made a guild to easy setup for visual studio using Premake. You can read the wiki page about it here. +https://github.com/raysan5/raylib/wiki/Easy-Raylib-Setup-for-Windows-with-Visual-Studio + ## Building _raylib.lib_ and _raylib.dll_ * Download or clone [raysan5/raylib](https://github.com/raysan5/raylib) folder. * In _"(your_folder_location)/raylib/projects/VS2019"_ find _**raylib.sln**_ and open it with **Visual Studio 2019**.