Quick fix for Win32. Need to handle linking to SDL for x64 still.
This commit is contained in:
parent
eec40309bc
commit
bbcb11fd14
@ -152,7 +152,7 @@ project "RecastDemo"
|
|||||||
-- windows library cflags and libs
|
-- windows library cflags and libs
|
||||||
configuration { "windows" }
|
configuration { "windows" }
|
||||||
includedirs { "../RecastDemo/Contrib/SDL/include" }
|
includedirs { "../RecastDemo/Contrib/SDL/include" }
|
||||||
libdirs { "../RecastDemo/Contrib/SDL/lib" }
|
libdirs { "../RecastDemo/Contrib/SDL/lib/x86" }
|
||||||
links {
|
links {
|
||||||
"opengl32",
|
"opengl32",
|
||||||
"glu32",
|
"glu32",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user