Renamed support directory to deps.

This commit is contained in:
Camilla Berglund
2013-04-17 15:42:21 +02:00
parent 1c4f7525d5
commit f06a700307
14 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
// This path may need to be changed if you build GLFW using your own setup
// We ship and use our own copy of eglext.h since GLFW uses fairly new
// extensions and not all operating systems come with an up-to-date version
#include "../support/EGL/eglext.h"
#include "../deps/EGL/eglext.h"
// Do we have support for dlopen/dlsym?
#if defined(_GLFW_HAS_DLOPEN)