File: cfgwindowsnative

package info (click to toggle)
baycomusb 0.10-15.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,884 kB
  • sloc: ansic: 49,182; asm: 17,572; sh: 2,442; makefile: 542; pascal: 183; sed: 93; perl: 31
file content (8 lines) | stat: -rwxr-xr-x 289 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
#!/bin/sh

CPPFLAGS="${CPPFLAGS} -mno-cygwin"
CFLAGS="${CFLAGS} -O2 -g -mno-cygwin -mpentium -fnative-struct"
LDFLAGS="${LDFLAGS} -L${CROSSPATH}/gtk/lib -mno-cygwin -g"
export CC CPPFLAGS CFLAGS LDFLAGS
dir=`dirname $0`
${dir}/configure --host=i686-pc-cygwin --disable-nls --enable-mmx $*