source: release/1.3/linuxppc/ccl/headers64/gl/C/populate.sh

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

Add things (elf, jni, gmp) that're provided on other Linux platforms.
Try to ensure that populate.sh scripts set CFLAGS reasonably, rm -rf ./usr

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 152 bytes
Line 
1#!/bin/sh
2CFLAGS="-m64";export CFLAGS
3rm -rf usr
4h-to-ffi.sh /usr/include/GL/glx.h
5h-to-ffi.sh /usr/include/GL/glu.h
6h-to-ffi.sh /usr/include/GL/glut.h
Note: See TracBrowser for help on using the repository browser.