Add game layer linking
This commit is contained in:
parent
e84a413c9e
commit
9a4c57d4c2
8 changed files with 146 additions and 74 deletions
2
Makefile
2
Makefile
|
|
@ -17,3 +17,5 @@ xdg-decoration-unstable-v1.c:
|
|||
wayland-scanner private-code $(INTERFACEDIR)/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml xdg-decoration-unstable-v1.c
|
||||
xdg-decoration-unstable-v1.h:
|
||||
wayland-scanner client-header $(INTERFACEDIR)/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml xdg-decoration-unstable-v1.h
|
||||
game.so: game.c game.h
|
||||
gcc $(CFLAGS) game.c --shared -o game.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue