Skip to content

Commit

Permalink
windows lib/dll/linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunjammer committed Apr 4, 2018
1 parent d8718b2 commit a185a48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added lib/glfw3.dll
Binary file not shown.
Binary file added lib/glfw3dll.lib
Binary file not shown.
4 changes: 4 additions & 0 deletions linc/linc_glfw.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
<section if="mac">
<lib name='${LINC_GLFW_PATH}lib/libglfw.3.2.dylib' />
</section>
<section if="windows">
<lib name='${LINC_GLFW_PATH}lib/glfw3dll.lib' />
</section>
</target>

<copyFile name="libglfw.3.2.dylib" from="${LINC_GLFW_PATH}lib" if="mac"/>
<copyFile name="glfw3.dll" from="${LINC_GLFW_PATH}lib" if="windows"/>

</xml>

0 comments on commit a185a48

Please sign in to comment.