repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 980712
[wine/multimedia.git]
/
tools
/
make_os2.sh
blob
10519705d93c3aa668a2a47119b88bdd698722bf
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