Fixed scrolling of listview with a mouse wheel.
[wine.git] / tools / make_os2.cmd
blobec0cc541eec2d34062c786e3aaad50717950b16e
1 @echo off
2 rem #!/bin/sh
3 rem GCCLOAD not needed, but recommended...
4 rem set GCCLOAD=5
5 set MAKE=make
6 set CC=gcc
7 set CFLAGS=-O2 -Zmtd -D__ST_MT_ERRNO__
8 set YACC=bison -y
9 set LEX=flex -olex.yy.c
10 set RANLIB=ar -s
11 set PROGEXT=.exe
12 rem export CC CFLAGS YACC LEX RANLIB PROGEXT
13 sh configure --x-includes=%X11ROOT%/XFree86/include -x-libraries=%X11ROOT%/XFree86/lib