summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2009-04-22 15:55:27 +0200
committerAndreas Rumpf <rumpf_a@web.de>2009-04-22 15:55:27 +0200
commite792940f5273bf8f8761c4cb29b241445e8b1d0b (patch)
tree8a6b224b8c0b3db14dbc20d89b7ca9ccb19b1f56 /config
parent439aa2d04d5528b5aed288f70895515d1da2dc3d (diff)
downloadNim-e792940f5273bf8f8761c4cb29b241445e8b1d0b.tar.gz
version 0.7.6
Diffstat (limited to 'config')
-rw-r--r--config/nimdoc.cfg2
-rw-r--r--config/nimrod.cfg15
2 files changed, 5 insertions, 12 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg
index 9a946b641..73886ceee 100644
--- a/config/nimdoc.cfg
+++ b/config/nimdoc.cfg
@@ -1,5 +1,5 @@
 # This is the config file for the documentation generator.

-# (c) 2008 Andreas Rumpf

+# (c) 2009 Andreas Rumpf

 # Feel free to edit the templates as you need.

 

 split.item.toc = "20"  

diff --git a/config/nimrod.cfg b/config/nimrod.cfg
index dd3b980c9..e06472cf5 100644
--- a/config/nimrod.cfg
+++ b/config/nimrod.cfg
@@ -1,5 +1,5 @@
 # Configuration file for the Nimrod Compiler.

-# (c) 2008 Andreas Rumpf

+# (c) 2009 Andreas Rumpf

 

 # Feel free to edit the default values as you need.

 

@@ -7,7 +7,7 @@
 # @putenv "key" "val"

 # Environment variables cannot be used in the options, however!

 

-cc = @if windows: llvm_gcc @else: gcc @end

+cc = gcc

 lib="$nimrod/lib"

 path="$lib/base"

 path="$lib/base/gtk"

@@ -68,10 +68,8 @@ vcc.options.size = "/O1"
 

 # Configuration for the GNU C/C++ compiler:

 @if windows:

-  gcc.path = r"C:\eigenes\compiler\mingw\bin"

+  gcc.path = r"$nimrod\dist\mingw\bin"

 @end

-#gcc.exe = "gcc-4.1"

-#gcc.linkerExe = "gcc-4.1"

 gcc.options.debug = "-g"

 @if macosx:

   gcc.options.always = "-w -fasm-blocks"

@@ -83,13 +81,8 @@ gcc.options.size = "-Os"
 

 # Configuration for the Digital Mars C/C++ compiler:

 @if windows:

-  dmc.path = r"C:\eigenes\compiler\d\dm\bin"

+  dmc.path = r"$nimrod\dist\dm\bin"

 @end

 

 # Configuration for the Tiny C Compiler:

-@if windows:

-  tcc.path = r"C:\Eigenes\compiler\tcc-0.9.23\tcc"

-  tcc.options.always = r"-IC:\Eigenes\compiler\tcc-0.9.23\include " &

-                       r"-IC:\Eigenes\compiler\tcc-0.9.23\include\winapi"

-@end

 tcc.options.always = "-w"

>76fe37ef ^
76fe37ef ^




8f0bc28b ^




















8f0bc28b ^




76fe37ef ^





76fe37ef ^









7f962895 ^
76fe37ef ^

7f962895 ^


04605a5f ^
7f962895 ^

24a60449 ^




76fe37ef ^


7f962895 ^

76fe37ef ^

24a60449 ^
8f0bc28b ^

24a60449 ^

8f0bc28b ^

76fe37ef ^
24a60449 ^
8f0bc28b ^

76fe37ef ^


76fe37ef ^
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146