|
|
@ -10,27 +10,31 @@ project "GLFW" |
|
|
|
|
|
|
|
|
|
|
|
files |
|
|
|
files |
|
|
|
{ |
|
|
|
{ |
|
|
|
"%{prj.location}/src/glfw_config.h", |
|
|
|
"%{prj.location}/src/internal.h", |
|
|
|
"%{prj.location}/include/GLFW/glfw3native.h", |
|
|
|
"%{prj.location}/src/platform.h", |
|
|
|
"%{prj.location}/include/GLFW/glfw3.h", |
|
|
|
"%{prj.location}/src/mappings.h", |
|
|
|
"%{prj.location}/src/context.c", |
|
|
|
"%{prj.location}/src/context.c", |
|
|
|
"%{prj.location}/src/init.c", |
|
|
|
"%{prj.location}/src/init.c", |
|
|
|
"%{prj.location}/src/input.c", |
|
|
|
"%{prj.location}/src/input.c", |
|
|
|
"%{prj.location}/src/monitor.c", |
|
|
|
"%{prj.location}/src/monitor.c", |
|
|
|
"%{prj.location}/src/vulkan.c", |
|
|
|
|
|
|
|
"%{prj.location}/src/window.c", |
|
|
|
"%{prj.location}/src/window.c", |
|
|
|
"%{prj.location}/src/platform.c", |
|
|
|
"%{prj.location}/src/platform.c", |
|
|
|
|
|
|
|
"%{prj.location}/src/vulkan.c", |
|
|
|
"%{prj.location}/src/null_init.c", |
|
|
|
"%{prj.location}/src/null_init.c", |
|
|
|
"%{prj.location}/src/null_monitor.c", |
|
|
|
"%{prj.location}/src/null_monitor.c", |
|
|
|
"%{prj.location}/src/null_window.c", |
|
|
|
"%{prj.location}/src/null_window.c", |
|
|
|
"%{prj.location}/src/null_joystick.c", |
|
|
|
"%{prj.location}/src/null_joystick.c", |
|
|
|
|
|
|
|
"%{prj.location}/src/glfw_config.h", |
|
|
|
|
|
|
|
"%{prj.location}/include/GLFW/glfw3native.h", |
|
|
|
|
|
|
|
"%{prj.location}/include/GLFW/glfw3.h", |
|
|
|
|
|
|
|
"include/GLFW/glfw3.h", |
|
|
|
|
|
|
|
"include/GLFW/glfw3native.h", |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
filter "system:linux" |
|
|
|
filter "system:linux" |
|
|
|
pic "On" |
|
|
|
pic "On" |
|
|
|
|
|
|
|
|
|
|
|
systemversion "latest" |
|
|
|
systemversion "latest" |
|
|
|
staticruntime "On" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files |
|
|
|
files |
|
|
|
{ |
|
|
|
{ |
|
|
@ -39,6 +43,8 @@ project "GLFW" |
|
|
|
"%{prj.location}/src/x11_window.c", |
|
|
|
"%{prj.location}/src/x11_window.c", |
|
|
|
"%{prj.location}/src/xkb_unicode.c", |
|
|
|
"%{prj.location}/src/xkb_unicode.c", |
|
|
|
"%{prj.location}/src/posix_time.c", |
|
|
|
"%{prj.location}/src/posix_time.c", |
|
|
|
|
|
|
|
"%{prj.location}/src/posix_module.c", |
|
|
|
|
|
|
|
"%{prj.location}/src/posix_poll.c", |
|
|
|
"%{prj.location}/src/posix_thread.c", |
|
|
|
"%{prj.location}/src/posix_thread.c", |
|
|
|
"%{prj.location}/src/glx_context.c", |
|
|
|
"%{prj.location}/src/glx_context.c", |
|
|
|
"%{prj.location}/src/egl_context.c", |
|
|
|
"%{prj.location}/src/egl_context.c", |
|
|
@ -46,6 +52,21 @@ project "GLFW" |
|
|
|
"%{prj.location}/src/linux_joystick.c" |
|
|
|
"%{prj.location}/src/linux_joystick.c" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
links |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"GL", |
|
|
|
|
|
|
|
"GLU", |
|
|
|
|
|
|
|
"glut", |
|
|
|
|
|
|
|
"Xxf86vm", |
|
|
|
|
|
|
|
"Xinerama", |
|
|
|
|
|
|
|
"Xi", |
|
|
|
|
|
|
|
"dl", |
|
|
|
|
|
|
|
"X11", |
|
|
|
|
|
|
|
"Xrandr", |
|
|
|
|
|
|
|
"Xcursor", |
|
|
|
|
|
|
|
"pthread" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
defines |
|
|
|
defines |
|
|
|
{ |
|
|
|
{ |
|
|
|
"_GLFW_X11" |
|
|
|
"_GLFW_X11" |
|
|
|