mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Disabled joystick by default in the demos.
Removed GLU as a dependency for GLEW.
This commit is contained in:
@@ -734,6 +734,7 @@ solution "eepp"
|
||||
project "glew-static"
|
||||
kind "StaticLib"
|
||||
language "C"
|
||||
defines { "GLEW_NO_GLU", "GLEW_STATIC" }
|
||||
set_targetdir("libs/" .. os.get_real() .. "/helpers/")
|
||||
files { "src/eepp/helper/glew/*.c" }
|
||||
includedirs { "include/eepp/helper/glew" }
|
||||
|
||||
Reference in New Issue
Block a user