[go: up one dir, main page]

glfw-sys 3.1.3

An Open Source, multi-platform library for creating windows with OpenGL contexts and receiving input and events
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

SRCDIR="$(cd $(dirname $0) && pwd)"
sed "s#%VPATH%#${SRCDIR}#" ${SRCDIR}/Makefile.in > Makefile

mkdir -p src

cp ${SRCDIR}/glfw_config.$(uname).h src/glfw_config.h