repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
quake3e
/
build
blob
7154563a0bcac630f25593c7735b84eb710ccfda
1
#!/bin/sh -e
2
3
mkdir
-p
"
$1
/home/bub/winsteam/quake3"
4
5
make
BUILD_SERVER
=
0
USE_OPENGL2
=
1
RENDERER_DEFAULT
=
opengl2 USE_SYSTEM_JPEG
=
1
USE_VULKAN_API
=
0
6
make install
DESTDIR
=
"
$1
/home/bub/winsteam/quake3"
7