/src/test-native/mesa-demos-patched/EGL/

amp_symbols/website_final_blue_jogamp_346x70pel.png' alt='cgit logo'/> index : jogl.git
JOGL repository on http://jogamp.org/ ;
aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make-runtime-properties.sh
blob: a6075dd85d1755480150a4b0bea4d50a521f7b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#! /bin/bash

dest0=../doc/Implementation
dest=../doc/Implementation/runtime-properties-temp

rm -rf $dest
mkdir $dest

function cleanup() {
    tfile=$1
    shift
    ffile=$1