projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
[wine]
/
tools
/
make_os2.cmd
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