|
Last change
on this file was 5922, checked in by Gary Byers, 18 years ago |
|
Avoid processing some files that contain incompatible definitions of
some math library stuff ("log" either has to do with logarithms or
logging ...).
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
191 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | rm -rf usr
|
|---|
| 3 | CFLAGS="-m64 -I/usr/X11R6/include";export CFLAGS
|
|---|
| 4 | h-to-ffi.sh /usr/X11R6/include/GL/glx.h
|
|---|
| 5 | h-to-ffi.sh /usr/X11R6/include/GL/glu.h
|
|---|
| 6 | h-to-ffi.sh /usr/X11R6/include/GL/glut.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.