]> git.cworth.org Git - glaze/commit
Add a simple helper program, glaze
authorCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 15:13:22 +0000 (08:13 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 Sep 2013 15:13:22 +0000 (08:13 -0700)
commitacd14c47b39d0fd15f0b7b212b70606e394b2d0b
tree04fd55cd1c9210b5ac0d748a54b7034ae8affea6
parentf5afe7a34b5f7adc8451f01db92be1de5f0830af
Add a simple helper program, glaze

This program allows for a user of glaze to simply execute:

glaze --wrapper=mywrapper.so <program> <args>

which is a fair bit easier than setting all of LD_LIBRARY_PATH,
GLAZE_LIBGL, and GLAZE_WRAPPER to achieve the same result.
.gitignore
Makefile
glaze.c [new file with mode: 0644]