source: release/1.3/freebsdx86/ccl/freebsd-headers64/gl/C/populate.sh

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
2rm -rf usr
3CFLAGS="-m64 -I/usr/X11R6/include";export CFLAGS
4h-to-ffi.sh /usr/X11R6/include/GL/glx.h
5h-to-ffi.sh /usr/X11R6/include/GL/glu.h
6h-to-ffi.sh /usr/X11R6/include/GL/glut.h
Note: See TracBrowser for help on using the repository browser.