source: trunk/ffigen4/source/win32-gcc-4.0.0-h-to-ffi.sh@ 48

Last change on this file since 48 was 46, checked in by gb, 16 years ago

New files, for cygwin/win32.

File size: 191 bytes
Line 
1#!/bin/sh
2FFIGEN_DIR=`dirname $0`/../ffigen
3CFLAGS="-isystem ${FFIGEN_DIR}/include -isystem /usr/include -isystem /usr/local/include -quiet -fffigen ${CFLAGS}"
4GEN=${FFIGEN_DIR}/bin/ffigen
5
6
Note: See TracBrowser for help on using the repository browser.