Skip to content

Commit

Permalink
Add glfw deps path
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Dec 14, 2018
1 parent 8acbf56 commit a51ee49
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions bodge-glfw.asd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
(:file "claw")
(:file "glfw")
(:module glfw-includes :pathname "lib/glfw/include/")
(:module glfw-deps :pathname "lib/glfw/deps/")
(:module spec)))


Expand Down
2 changes: 1 addition & 1 deletion claw.lisp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(claw:c-include "bodge_glfw.h" bodge-glfw
:includes (:glfw-includes)
:includes (:glfw-includes :glfw-deps)
:in-package :%glfw
:include-definitions ("(glfw|GLFW)\\w*")
:rename-symbols (claw:by-removing-prefixes "glfw" "GLFW" "GLFW_"))
2 changes: 1 addition & 1 deletion spec/bodge_glfw.i686-apple-darwin-gnu.spec

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/bodge_glfw.i686-pc-linux-gnu.spec

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/bodge_glfw.i686-pc-windows-gnu.spec

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/bodge_glfw.x86_64-apple-darwin-gnu.spec

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/bodge_glfw.x86_64-pc-linux-gnu.spec

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/bodge_glfw.x86_64-pc-windows-gnu.spec

Large diffs are not rendered by default.

0 comments on commit a51ee49

Please sign in to comment.