source: release/1.3/solarisx86/ccl/solarisx86-headers/gl/C/populate.sh

Last change on this file was 11509, checked in by Gary Byers, 16 years ago

Solaris x86 headers.

File size: 207 bytes
Line 
1#!/bin/sh
2CFLAGS="-m32";export CFLAGS
3rm -rf usr
4h-to-ffi.sh /usr/include/GL/glx.h
5h-to-ffi.sh /usr/include/GL/glu.h
6#GLUT doesn't seem to be distributed with OpenSolaris
7#h-to-ffi.sh /usr/include/GL/glut.h
Note: See TracBrowser for help on using the repository browser.