mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 05:36:35 +00:00
Updated Premake and Git Ignore Files
This commit is contained in:
parent
1f6fa39c7e
commit
a6e13b9410
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,6 +36,8 @@ src/wayland-pointer-constraints-unstable-v1-client-protocol.h
|
|||||||
src/wayland-pointer-constraints-unstable-v1-protocol.c
|
src/wayland-pointer-constraints-unstable-v1-protocol.c
|
||||||
src/wayland-relative-pointer-unstable-v1-client-protocol.h
|
src/wayland-relative-pointer-unstable-v1-client-protocol.h
|
||||||
src/wayland-relative-pointer-unstable-v1-protocol.c
|
src/wayland-relative-pointer-unstable-v1-protocol.c
|
||||||
|
bin/*
|
||||||
|
bin-int*
|
||||||
|
|
||||||
# Compiled binaries
|
# Compiled binaries
|
||||||
src/libglfw.so
|
src/libglfw.so
|
||||||
|
@ -2,15 +2,15 @@ project "GLFW"
|
|||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C"
|
language "C"
|
||||||
|
|
||||||
targetdir ("bin/" .. output .. "/%{prj.name}")
|
targetdir ("bin/" .. outputdir .. "/%{prj.name}")
|
||||||
objdir ("bin-int/" .. output .. "/%{prj.name}")
|
objdir ("bin-int/" .. outputdir .. "/%{prj.name}")
|
||||||
|
|
||||||
files
|
files
|
||||||
{
|
{
|
||||||
"include/GLFW/glfw3.h",
|
"include/GLFW/glfw3.h",
|
||||||
"include/GLFW/glfw3native.h",
|
"include/GLFW/glfw3native.h",
|
||||||
"src/context.c",
|
"src/context.c",
|
||||||
"src/init.c,
|
"src/init.c",
|
||||||
"src/input.c",
|
"src/input.c",
|
||||||
"src/monitor.c",
|
"src/monitor.c",
|
||||||
"src/vulkan.c",
|
"src/vulkan.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user