summary refs log tree commit diff stats
path: root/config/nimrod.cfg
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-12-05 00:03:27 +0100
committerAraq <rumpf_a@web.de>2013-12-05 00:03:27 +0100
commit5eba93d584d5446256d05f0eef111ace5e12bac3 (patch)
tree7b638031f3e77c16ca0c27b9c83630d78846f19e /config/nimrod.cfg
parent9035d15ed22de1f80486d94ec63e720a4d04cbc0 (diff)
parent2264875237cb72cf0288f2bd3d4a930c2a1acc50 (diff)
downloadNim-5eba93d584d5446256d05f0eef111ace5e12bac3.tar.gz
Merge branch 'master' into vm2
Conflicts:
	compiler/sem.nim
Diffstat (limited to 'config/nimrod.cfg')
-rw-r--r--config/nimrod.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/nimrod.cfg b/config/nimrod.cfg
index fbbf8efbb..2817eac55 100644
--- a/config/nimrod.cfg
+++ b/config/nimrod.cfg
@@ -18,14 +18,14 @@ path="$lib/pure"
 path="$lib/pure/collections"
 path="$lib/impure"
 path="$lib/wrappers"
-path="$lib/wrappers/cairo"
-path="$lib/wrappers/gtk"
-path="$lib/wrappers/lua"
-path="$lib/wrappers/opengl"
+# path="$lib/wrappers/cairo"
+# path="$lib/wrappers/gtk"
+# path="$lib/wrappers/lua"
+# path="$lib/wrappers/opengl"
 path="$lib/wrappers/pcre"
 path="$lib/wrappers/readline"
 path="$lib/wrappers/sdl"
-path="$lib/wrappers/x11"
+# path="$lib/wrappers/x11"
 path="$lib/wrappers/zip"
 path="$lib/wrappers/libffi"
 path="$lib/windows"
and web dirs' href='/ahoang/Nim/commit/tests/tbintree.nim?h=devel&id=66a7e3d37c0303997a6b1a3b7ec263dfb8c07748'>66a7e3d37 ^
08bc9ac03 ^










66a7e3d37 ^
08bc9ac03 ^


286e5958d ^
66a7e3d37 ^

286e5958d ^
66a7e3d37 ^
286e5958d ^
66a7e3d37 ^




08bc9ac03 ^





66a7e3d37 ^
08bc9ac03 ^
66a7e3d37 ^
08bc9ac03 ^


66a7e3d37 ^







286e5958d ^
66a7e3d37 ^









08bc9ac03 ^
66a7e3d37 ^


286e5958d ^
66a7e3d37 ^






286e5958d ^
66a7e3d37 ^






08bc9ac03 ^
286e5958d ^
2cdfe35e7 ^

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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107