From 491ed8d4031e6ffad4fea3372417c94686f22767 Mon Sep 17 00:00:00 2001 From: Charadon Date: Sun, 5 Jun 2022 21:56:47 -0400 Subject: Windows support --- premake5.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/premake5.lua b/premake5.lua index 1f312d1..3f82255 100644 --- a/premake5.lua +++ b/premake5.lua @@ -52,6 +52,8 @@ project("Pong") end elseif(os.ishost("windows") == true) then print("This script is expecting a MSYS2 or Cygwin environment. You've been warned.") + links {RaylibStaticLibrary, "-lopengl32", "-lgdi32", "-lwinmm", "-lpthread", "-lm"} + includedirs {"raylib/src", "src/windows"} else links {RaylibStaticLibrary, "m", "pthread", "dl"} end -- cgit 1.4.1-2-gfad0