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

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

Update win32 interfaces, split gl off from libc.

File size: 292 bytes
Line 
1#/bin/sh
2CFLAGS="-D__MINGW32__ -D__MSVCRT__ -D__MSVCRT_VERSION__=0x700 -D_WIN32_WINNT=0x0502";export CFLAGS
3rm -rf usr
4echo "Warnings about system header pragmas being ignored can themselves be ignored."
5h-to-ffi.sh /usr/include/w32api/GL/gl.h
6h-to-ffi.sh /usr/include/w32api/GL/glu.h
7exit 0
Note: See TracBrowser for help on using the repository browser.