Added sanity check for whitespace in file names, various other fixups.
[wine] / tools / make_os2.sh
1 #!/bin/sh
2 # GCCLOAD not needed, but recommended...
3 #GCCLOAD=5
4 CC=gcc
5 CFLAGS="-O2 -Zmtd -D__ST_MT_ERRNO__"
6 YACC="bison -y"
7 LEX="flex -olex.yy.c"
8 RANLIB="ar -s"
9 PROGEXT=".exe"
10 export CC CFLAGS YACC LEX RANLIB PROGEXT
11 ./configure --x-includes=$X11ROOT/XFree86/include -x-libraries=$X11ROOT/XFree86/lib