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